mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 10:51:10 +02:00
dev-python/torrequest: update PYTHON_COMPAT
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
23e0738d8e
commit
bef944514d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/erdiaker/torrequest"
|
|||
HASH_COMMIT="8c1b5d0b90bbc5f302cc624a8ae61545542b99f4"
|
||||
SRC_URI="https://github.com/erdiaker/torrequest/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~mips ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Loading…
Reference in a new issue