diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2023-12-25 10:00:35 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2023-12-26 19:29:20 +0000 |
commit | f87b0773a1402fc675dbf4729433810b8d81081c (patch) | |
tree | 0601594b4a7226a12d07cc93c4398c54eb41ce17 /trinity-base/poxml | |
parent | 96dd30b8b0db6bfd3230345cfc8574ff9c2edaf5 (diff) | |
download | tde-packaging-gentoo-f87b0773a1402fc675dbf4729433810b8d81081c.tar.gz tde-packaging-gentoo-f87b0773a1402fc675dbf4729433810b8d81081c.zip |
*/*: remove empty global assignments IUSE=""
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'trinity-base/poxml')
-rw-r--r-- | trinity-base/poxml/poxml-14.1.0.ebuild | 1 | ||||
-rw-r--r-- | trinity-base/poxml/poxml-14.1.1.ebuild | 1 | ||||
-rw-r--r-- | trinity-base/poxml/poxml-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/trinity-base/poxml/poxml-14.1.0.ebuild b/trinity-base/poxml/poxml-14.1.0.ebuild index ff24c3b6..e313cbe1 100644 --- a/trinity-base/poxml/poxml-14.1.0.ebuild +++ b/trinity-base/poxml/poxml-14.1.0.ebuild @@ -15,4 +15,3 @@ HOMEPAGE="https://trinitydesktop.org/" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi -IUSE="" diff --git a/trinity-base/poxml/poxml-14.1.1.ebuild b/trinity-base/poxml/poxml-14.1.1.ebuild index ff24c3b6..e313cbe1 100644 --- a/trinity-base/poxml/poxml-14.1.1.ebuild +++ b/trinity-base/poxml/poxml-14.1.1.ebuild @@ -15,4 +15,3 @@ HOMEPAGE="https://trinitydesktop.org/" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi -IUSE="" diff --git a/trinity-base/poxml/poxml-9999.ebuild b/trinity-base/poxml/poxml-9999.ebuild index 29fee004..bb7cace6 100644 --- a/trinity-base/poxml/poxml-9999.ebuild +++ b/trinity-base/poxml/poxml-9999.ebuild @@ -15,4 +15,3 @@ HOMEPAGE="https://trinitydesktop.org/" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi -IUSE="" |