sci-visualization/tulip: update python; 'sip' target

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-07-07 18:30:19 +02:00
parent 15af7b3d8f
commit 5ea671aba9
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ EAPI=7
# 5.4.0 -> tulip_5_4_0
TULIP_P="${PN}_${PV//./_}"
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{8..9} )
inherit cmake python-r1 xdg
@ -59,7 +59,7 @@ RDEPEND="
media-libs/glew:0
python? (
${PYTHON_DEPS}
dev-python/sip[${PYTHON_USEDEP}]
dev-python/sip:*[${PYTHON_USEDEP}]
)
)
"

View File

@ -6,7 +6,7 @@ EAPI=7
# 5.4.0 -> tulip_5_4_0
TULIP_P="${PN}_${PV//./_}"
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{8..9} )
inherit cmake python-r1 xdg
@ -59,7 +59,7 @@ RDEPEND="
media-libs/glew:0
python? (
${PYTHON_DEPS}
dev-python/sip[${PYTHON_USEDEP}]
dev-python/sip:*[${PYTHON_USEDEP}]
)
)
"