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@gentoo.org>
This commit is contained in:
Agostino Sarubbo 2022-06-22 15:21:26 +02:00
parent 2d6f0b9fef
commit 0f4e19eafb
No known key found for this signature in database
GPG Key ID: EC7C8D80008F261A

View File

@ -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