commit: 445f1a63f5907170302bbc56dec29a58a5310916
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 07:04:35 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 07:04:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445f1a63
dev-python/itunespy: Stabilize 1.6-r1 amd64, #899212
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/itunespy/itunespy-1.6-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/itunespy/itunespy-1.6-r1.ebuild
b/dev-python/itunespy/itunespy-1.6-r1.ebuild
index c8faaee18db8..b59e2cdfb61b 100644
--- a/dev-python/itunespy/itunespy-1.6-r1.ebuild
+++ b/dev-python/itunespy/itunespy-1.6-r1.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/sleepyfran/${PN}.git"
else
SRC_URI="https://github.com/sleepyfran/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="Apache-2.0"