mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-23 07:59:06 +01:00
more REQUIRED_USE
This commit is contained in:
parent
3f6bc6d485
commit
e99dcb02b7
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -18,3 +18,4 @@ IUSE="test"
|
|||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue