commit:     9c2a340c3d4c0853a27a81eea53a54d54ca547d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 23:54:56 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 00:08:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2a340c

dev-util/pkgcheck: Restrict pkgcore dep

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

 dev-util/pkgcheck/{pkgcheck-0.8.1-r1.ebuild => pkgcheck-0.8.1-r2.ebuild} | 1 +
 dev-util/pkgcheck/{pkgcheck-0.8.2-r1.ebuild => pkgcheck-0.8.2-r2.ebuild} | 1 +
 dev-util/pkgcheck/{pkgcheck-0.9.0-r1.ebuild => pkgcheck-0.9.0-r2.ebuild} | 1 +
 dev-util/pkgcheck/{pkgcheck-0.9.1-r1.ebuild => pkgcheck-0.9.1-r2.ebuild} | 1 +
 dev-util/pkgcheck/{pkgcheck-0.9.2.ebuild => pkgcheck-0.9.2-r1.ebuild}    | 1 +
 dev-util/pkgcheck/{pkgcheck-0.9.3.ebuild => pkgcheck-0.9.3-r1.ebuild}    | 1 +
 6 files changed, 6 insertions(+)

diff --git a/dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.8.1-r2.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.8.1-r2.ebuild
index d625f9d99b4..4c51a024528 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.1-r2.ebuild
@@ -27,6 +27,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.9.0[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11.6[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.11.1[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="

diff --git a/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.8.2-r2.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.8.2-r2.ebuild
index 314622a23a1..a0ec54b06b5 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.2-r2.ebuild
@@ -27,6 +27,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.9.0[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11.6[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.11.1[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.0-r2.ebuild
similarity index 96%
rename from dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.9.0-r2.ebuild
index 01cc542dcbc..2a6517ae020 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.0-r2.ebuild
@@ -27,6 +27,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.9.0[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11.6[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.11.1[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.1-r2.ebuild
similarity index 97%
rename from dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.9.1-r2.ebuild
index f4fc9d8e1d4..90f85d834a8 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.1-r2.ebuild
@@ -27,6 +27,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.9.3[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11.6[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.11.4[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.2-r1.ebuild
similarity index 97%
rename from dev-util/pkgcheck/pkgcheck-0.9.2.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.9.2-r1.ebuild
index 698f5bbcc18..305c632e3e4 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.2-r1.ebuild
@@ -27,6 +27,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.9.3[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11.6[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.11.4[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.3.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild
similarity index 97%
rename from dev-util/pkgcheck/pkgcheck-0.9.3.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild
index de16e09303a..3b4b3965e98 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.3.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild
@@ -27,6 +27,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        RDEPEND="
                >=dev-python/snakeoil-0.9.4[${PYTHON_USEDEP}]
+               <sys-apps/pkgcore-0.11.6[${PYTHON_USEDEP}]
                >=sys-apps/pkgcore-0.11.4[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="

Reply via email to