From 0f4e19eafb1703478ebfa00a1ea38ff26c255af3 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Wed, 22 Jun 2022 15:21:26 +0200 Subject: [PATCH] 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 --- 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 6e7748b475a96..ef9cbd796ca25 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