diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pynest2d/pynest2d-4.9.1.ebuild | 4 |
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}" |