commit: 058f3879e7c0473c26e4b241cb5191d2dbbb60f2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> AuthorDate: Mon Jan 15 14:26:22 2024 +0000 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org> CommitDate: Mon Jan 15 14:26:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058f3879
media-radio/gpredict: Fix QA - drop empty IUSE Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org> media-radio/gpredict/gpredict-2.3-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-radio/gpredict/gpredict-2.3-r2.ebuild b/media-radio/gpredict/gpredict-2.3-r2.ebuild index cf8fa7dccbcf..25e841b34d9c 100644 --- a/media-radio/gpredict/gpredict-2.3-r2.ebuild +++ b/media-radio/gpredict/gpredict-2.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/csete/gpredict/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND="dev-libs/glib:2 x11-libs/gdk-pixbuf[jpeg]
