mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
add REQUIRED_USE as needed
This commit is contained in:
parent
73a5fffa8c
commit
e5066faf9b
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} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit eutils bash-completion-r1 python-single-r1
|
||||
|
|
@ -24,6 +24,7 @@ SLOT=0
|
|||
IUSE="doc"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
|
|
|
|||
Loading…
Reference in a new issue