mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
add REQUIRED_USE as needed
This commit is contained in:
parent
64bdfda649
commit
73a5fffa8c
3 changed files with 6 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit python-single-r1
|
||||
|
||||
|
|
@ -39,6 +39,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/werkzeug[${PYTHON_MULTI_USEDEP}]
|
||||
')"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S=${WORKDIR}/${PN}-${HASH_COMMIT}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
inherit python-single-r1
|
||||
|
||||
MY_COMMIT="fc989b1b9e8869f9182922dcafd58a1f30cb8973"
|
||||
|
|
@ -24,6 +24,7 @@ RDEPEND="media-libs/libextractor
|
|||
dev-python/googlesearch[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S=${WORKDIR}/${PN}-${MY_COMMIT}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
@ -38,6 +38,7 @@ RDEPEND="${DEPEND}
|
|||
dev-python/pycryptodome[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/rangeparser[${PYTHON_MULTI_USEDEP}]
|
||||
')"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
|
|
|||
Loading…
Reference in a new issue