mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
make-pdf: bump python, add required_use
This commit is contained in:
parent
d400db9692
commit
fe4de8abb0
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit python-r1 unpacker
|
||||
|
||||
|
|
@ -21,6 +21,7 @@ IUSE=""
|
|||
RDEPEND=""
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
$(unpacker_src_uri_depends)"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue