diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-01 20:12:05 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-01 20:28:25 +0200 |
commit | 102569342257c2ebaecc2df552a558c28bfeff1a (patch) | |
tree | d677a70cb7da70b06123280b2d455cfe69e5847e /dev-python/pynest2d | |
parent | dev-libs/libsavitar: restrict to <dev-python/sip-5 (diff) | |
download | gentoo-102569342257c2ebaecc2df552a558c28bfeff1a.tar.gz gentoo-102569342257c2ebaecc2df552a558c28bfeff1a.tar.bz2 gentoo-102569342257c2ebaecc2df552a558c28bfeff1a.zip |
dev-python/pynest2d: restrict to <dev-python/sip-5
Bug: https://bugs.gentoo.org/793419
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pynest2d')
-rw-r--r-- | dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild b/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild index b2b6ecd0a450..0a1d08188c87 100644 --- a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild +++ b/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-libs/libnest2d - $(python_gen_cond_dep 'dev-python/sip[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]') " DEPEND="${RDEPEND}" |