commit: 0f4e19eafb1703478ebfa00a1ea38ff26c255af3
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 13:21:26 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 13:22:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4e19ea
dev-python/discogs-client: amd64 stable wrt bug #826694
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/discogs-client/discogs-client-2.3.15.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/discogs-client/discogs-client-2.3.15.ebuild
b/dev-python/discogs-client/discogs-client-2.3.15.ebuild
index 6e7748b475a9..ef9cbd796ca2 100644
--- a/dev-python/discogs-client/discogs-client-2.3.15.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.3.15.ebuild
@@ -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