diff options
author | Alexander Golubev <[email protected]> | 2023-12-25 19:07:18 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2023-12-26 19:29:20 +0000 |
commit | 1d52959bfefc792215605b5386d8a66cfa8d382a (patch) | |
tree | 22a419ffb5890756b006c2bb982002fd1bfe5545 /trinity-base/arts/arts-14.1.0.ebuild | |
parent | 4357a2012f01a2ca5b2ba0fd9dd95097274e50d6 (diff) | |
download | tde-packaging-gentoo-1d52959bfefc792215605b5386d8a66cfa8d382a.tar.gz tde-packaging-gentoo-1d52959bfefc792215605b5386d8a66cfa8d382a.zip |
trinity-base/arts: remove useless default "-" for USE artswrappersuid
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'trinity-base/arts/arts-14.1.0.ebuild')
-rw-r--r-- | trinity-base/arts/arts-14.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/arts/arts-14.1.0.ebuild b/trinity-base/arts/arts-14.1.0.ebuild index 489a99ce..bfb09141 100644 --- a/trinity-base/arts/arts-14.1.0.ebuild +++ b/trinity-base/arts/arts-14.1.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://trinitydesktop.org/" LICENSE="|| ( GPL-2 GPL-3 )" -IUSE="alsa -artswrappersuid jack mp3 vorbis" +IUSE="alsa artswrappersuid jack mp3 vorbis" if [[ ${PV} != *9999* ]] ; then KEYWORDS="~amd64 ~arm64 ~x86" fi |