mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/discogs-client: fix MultipleKeywordsLines
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user