Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychroot/
Date: Tue, 22 Dec 2020 13:57:18
Message-Id: 1608645379.3a1b1ec5cd5974c75069342d51566d298924c566.sping@gentoo
1 commit: 3a1b1ec5cd5974c75069342d51566d298924c566
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 22 13:56:19 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 22 13:56:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b1ec5
7
8 dev-python/pychroot: Fix dev-python/snakeoil dependency
9
10 Closes: https://bugs.gentoo.org/758692
11 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13
14 dev-python/pychroot/pychroot-0.10.2.ebuild | 2 +-
15 dev-python/pychroot/pychroot-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pychroot/pychroot-0.10.2.ebuild b/dev-python/pychroot/pychroot-0.10.2.ebuild
19 index 61c91071879..55a39a5dd21 100644
20 --- a/dev-python/pychroot/pychroot-0.10.2.ebuild
21 +++ b/dev-python/pychroot/pychroot-0.10.2.ebuild
22 @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
23 if [[ ${PV} == *9999 ]]; then
24 RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
25 else
26 - RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
27 + RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
28 fi
29
30 DEPEND="${RDEPEND}"
31
32 diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild
33 index e037f1a3068..827ed59fc60 100644
34 --- a/dev-python/pychroot/pychroot-9999.ebuild
35 +++ b/dev-python/pychroot/pychroot-9999.ebuild
36 @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
37 if [[ ${PV} == *9999 ]]; then
38 RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
39 else
40 - RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
41 + RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
42 fi
43
44 DEPEND="${RDEPEND}"