commit: 0a2b619c1197c19aa55b268604523df22f755716
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:50:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:50:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2b619c
dev-python/discogs-client: Stabilize 2.6 ALLARCHES, #890678
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/discogs-client/discogs-client-2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/discogs-client/discogs-client-2.6.ebuild
b/dev-python/discogs-client/discogs-client-2.6.ebuild
index c8b04833cbf4..69d3d116488b 100644
--- a/dev-python/discogs-client/discogs-client-2.6.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
else
SRC_URI="mirror://pypi/p/python3-${PN}/python3-${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
S="${WORKDIR}/python3-${P}"
fi