summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-13 14:50:14 +0000
committerSam James <sam@gentoo.org>2023-01-13 14:50:14 +0000
commit0a2b619c1197c19aa55b268604523df22f755716 (patch)
treef70e9ed782d6a3b803df1aff7bd65af4eae60ecd /dev-python/discogs-client
parentdev-python/isort: Stabilize 5.11.4 ALLARCHES, #890676 (diff)
downloadgentoo-0a2b619c1197c19aa55b268604523df22f755716.tar.gz
gentoo-0a2b619c1197c19aa55b268604523df22f755716.tar.bz2
gentoo-0a2b619c1197c19aa55b268604523df22f755716.zip
dev-python/discogs-client: Stabilize 2.6 ALLARCHES, #890678
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/discogs-client')
-rw-r--r--dev-python/discogs-client/discogs-client-2.6.ebuild4
1 files 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