diff options
author | Alexander Golubev <[email protected]> | 2023-12-25 10:00:35 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2023-12-26 19:29:20 +0000 |
commit | f87b0773a1402fc675dbf4729433810b8d81081c (patch) | |
tree | 0601594b4a7226a12d07cc93c4398c54eb41ce17 /trinity-apps/kommando | |
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 <[email protected]>
Diffstat (limited to 'trinity-apps/kommando')
-rw-r--r-- | trinity-apps/kommando/kommando-14.1.1.ebuild | 1 | ||||
-rw-r--r-- | trinity-apps/kommando/kommando-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/trinity-apps/kommando/kommando-14.1.1.ebuild b/trinity-apps/kommando/kommando-14.1.1.ebuild index 149bf7c7..020ea4a1 100644 --- a/trinity-apps/kommando/kommando-14.1.1.ebuild +++ b/trinity-apps/kommando/kommando-14.1.1.ebuild @@ -18,7 +18,6 @@ SLOT="14" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi -IUSE="" src_configure() { local mycmakeargs=( diff --git a/trinity-apps/kommando/kommando-9999.ebuild b/trinity-apps/kommando/kommando-9999.ebuild index 1b9f2769..58761d6d 100644 --- a/trinity-apps/kommando/kommando-9999.ebuild +++ b/trinity-apps/kommando/kommando-9999.ebuild @@ -18,7 +18,6 @@ SLOT="14" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~x86" fi -IUSE="" src_configure() { local mycmakeargs=( |