summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:15:29 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:15:29 +0200
commit31810b5dd6396e4956881c1afe80cb7a68708bce (patch)
treea0f38b60d3ac10d4e6aebff5f4dc7fd36197b025 /dev-python
parentdev-python/pyilmbase: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-31810b5dd6396e4956881c1afe80cb7a68708bce.tar.gz
gentoo-31810b5dd6396e4956881c1afe80cb7a68708bce.tar.bz2
gentoo-31810b5dd6396e4956881c1afe80cb7a68708bce.zip
dev-python/pynest2d: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pynest2d/pynest2d-4.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pynest2d/pynest2d-4.9.1.ebuild b/dev-python/pynest2d/pynest2d-4.9.1.ebuild
index 44552bf132f5..e6226da74083 100644
--- a/dev-python/pynest2d/pynest2d-4.9.1.ebuild
+++ b/dev-python/pynest2d/pynest2d-4.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit cmake python-single-r1
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-libs/libnest2d
- $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]')
+ $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_USEDEP}]')
"
DEPEND="${RDEPEND}"