commit:     3a1b1ec5cd5974c75069342d51566d298924c566
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 13:56:19 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 13:56:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1b1ec5

dev-python/pychroot: Fix dev-python/snakeoil dependency

Closes: https://bugs.gentoo.org/758692
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2

 dev-python/pychroot/pychroot-0.10.2.ebuild | 2 +-
 dev-python/pychroot/pychroot-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pychroot/pychroot-0.10.2.ebuild 
b/dev-python/pychroot/pychroot-0.10.2.ebuild
index 61c91071879..55a39a5dd21 100644
--- a/dev-python/pychroot/pychroot-0.10.2.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.2.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
 if [[ ${PV} == *9999 ]]; then
        RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
 else
-       RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
+       RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}"

diff --git a/dev-python/pychroot/pychroot-9999.ebuild 
b/dev-python/pychroot/pychroot-9999.ebuild
index e037f1a3068..827ed59fc60 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
 if [[ ${PV} == *9999 ]]; then
        RDEPEND="~dev-python/snakeoil-9999[${PYTHON_USEDEP}]"
 else
-       RDEPEND=">=dev-python/snakeoil-0.8.4[${PYTHON_USEDEP}]"
+       RDEPEND="<dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]"
 fi
 
 DEPEND="${RDEPEND}"

Reply via email to