commit:     adce6233b60d0ba01b42c01a582bd05fd272dc2d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 10:07:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 10:57:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adce6233

dev-util/pkgcheck: Require <pkgcore-0.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../pkgcheck/{pkgcheck-0.7.7.ebuild => pkgcheck-0.7.7-r1.ebuild}     | 5 +++--
 .../pkgcheck/{pkgcheck-0.7.9.ebuild => pkgcheck-0.7.9-r1.ebuild}     | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.7.7-r1.ebuild
similarity index 92%
rename from dev-util/pkgcheck/pkgcheck-0.7.7.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.7.7-r1.ebuild
index 3c1b4083146..9a1ac968b48 100644
--- a/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.7.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,8 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.8.8[${PYTHON_USEDEP}]
-               >=sys-apps/pkgcore-0.10.13[${PYTHON_USEDEP}]"
+               >=sys-apps/pkgcore-0.10.13[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11"
 fi
 RDEPEND+="
        dev-python/chardet[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.7.9-r1.ebuild
similarity index 94%
rename from dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.7.9-r1.ebuild
index 3ce32d1ad97..dc30511adbd 100644
--- a/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.7.9-r1.ebuild
@@ -29,7 +29,8 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]
-               >=sys-apps/pkgcore-0.10.14[${PYTHON_USEDEP}]"
+               >=sys-apps/pkgcore-0.10.14[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11"
 fi
 RDEPEND+="
        dev-python/chardet[${PYTHON_USEDEP}]

Reply via email to