summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 00:29:45 +0000
committerSam James <sam@gentoo.org>2021-06-01 00:29:59 +0000
commit229bc69f16903f30e3f111180179ce71fcee044b (patch)
tree9f71cd05848d6af9ef7e6d37632dbde781bbbe7e /dev-python/discogs-client
parentsys-fs/exfatprogs: Keyword 1.1.2 ppc, #791235 (diff)
downloadgentoo-229bc69f16903f30e3f111180179ce71fcee044b.tar.gz
gentoo-229bc69f16903f30e3f111180179ce71fcee044b.tar.bz2
gentoo-229bc69f16903f30e3f111180179ce71fcee044b.zip
dev-python/discogs-client: fix MultipleKeywordsLines
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.3.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/discogs-client/discogs-client-2.3.12.ebuild b/dev-python/discogs-client/discogs-client-2.3.12.ebuild
index 95c5762af1bb..33edf37b5716 100644
--- a/dev-python/discogs-client/discogs-client-2.3.12.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.3.12.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -9,7 +10,6 @@ inherit distutils-r1
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
inherit git-r3
- KEYWORDS="~amd64 ~x86"
else
MY_PN='python3-discogs-client'
MY_P=${MY_PN}-${PV}