diff options
author | 2024-01-15 14:33:33 +0100 | |
---|---|---|
committer | 2024-01-15 14:33:33 +0100 | |
commit | c28b35202f597606c9d6896343c58f7e15db6980 (patch) | |
tree | bbd4952a8333270f1e4fc8038d4ca575e528123f /media-radio/cwdaemon | |
parent | media-radio/cwdaemon: drop 0.10.2 (diff) | |
download | gentoo-c28b35202f597606c9d6896343c58f7e15db6980.tar.gz gentoo-c28b35202f597606c9d6896343c58f7e15db6980.tar.bz2 gentoo-c28b35202f597606c9d6896343c58f7e15db6980.zip |
media-radio/cwdaemon: Fix QA - drop empty IUSE
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.11.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild index d9b3890d4df0..e94ad0d7591b 100644 --- a/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild +++ b/media-radio/cwdaemon/cwdaemon-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ppc x86" -IUSE="" RDEPEND=">=media-radio/unixcw-3.3.1" DEPEND="${RDEPEND}" |