Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynest2d/
Date: Tue, 01 Jun 2021 18:28:32
Message-Id: 1622572105.102569342257c2ebaecc2df552a558c28bfeff1a.andrewammerlaan@gentoo
1 commit: 102569342257c2ebaecc2df552a558c28bfeff1a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 18:12:05 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 18:28:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10256934
7
8 dev-python/pynest2d: restrict to <dev-python/sip-5
9
10 Bug: https://bugs.gentoo.org/793419
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild b/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild
18 index b2b6ecd0a45..0a1d08188c8 100644
19 --- a/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild
20 +++ b/dev-python/pynest2d/pynest2d-4.8.0-r1.ebuild
21 @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
22
23 RDEPEND="${PYTHON_DEPS}
24 dev-libs/libnest2d
25 - $(python_gen_cond_dep 'dev-python/sip[${PYTHON_MULTI_USEDEP}]')
26 + $(python_gen_cond_dep '<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]')
27 "
28
29 DEPEND="${RDEPEND}"