mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-02 19:50:51 +02:00
dev-python/truffleHogRegexes: update PYTHON_COMPAT
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
e54023c68f
commit
4850612797
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -16,8 +16,10 @@ SRC_URI="https://github.com/dxa4481/truffleHogRegexes/archive/${HASH_COMMIT}.tar
|
|||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/truffleHogRegexes-${HASH_COMMIT}"
|
||||
Loading…
Reference in a new issue