Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
Date: Tue, 01 Jun 2021 00:40:47
Message-Id: 1622507399.229bc69f16903f30e3f111180179ce71fcee044b.sam@gentoo
1 commit: 229bc69f16903f30e3f111180179ce71fcee044b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 00:29:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 00:29:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229bc69f
7
8 dev-python/discogs-client: fix MultipleKeywordsLines
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/discogs-client/discogs-client-2.3.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/discogs-client/discogs-client-2.3.12.ebuild b/dev-python/discogs-client/discogs-client-2.3.12.ebuild
16 index 95c5762af1b..33edf37b571 100644
17 --- a/dev-python/discogs-client/discogs-client-2.3.12.ebuild
18 +++ b/dev-python/discogs-client/discogs-client-2.3.12.ebuild
19 @@ -2,6 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 +
24 PYTHON_COMPAT=( python3_{7..9} )
25
26 inherit distutils-r1
27 @@ -9,7 +10,6 @@ inherit distutils-r1
28 if [[ ${PV} == "9999" ]]; then
29 EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
30 inherit git-r3
31 - KEYWORDS="~amd64 ~x86"
32 else
33 MY_PN='python3-discogs-client'
34 MY_P=${MY_PN}-${PV}