Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/
Date: Thu, 28 Jan 2021 10:58:27
Message-Id: 1611831479.adce6233b60d0ba01b42c01a582bd05fd272dc2d.mgorny@gentoo
1 commit: adce6233b60d0ba01b42c01a582bd05fd272dc2d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 10:07:02 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 10:57:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adce6233
7
8 dev-util/pkgcheck: Require <pkgcore-0.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pkgcheck/{pkgcheck-0.7.7.ebuild => pkgcheck-0.7.7-r1.ebuild} | 5 +++--
13 .../pkgcheck/{pkgcheck-0.7.9.ebuild => pkgcheck-0.7.9-r1.ebuild} | 3 ++-
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.7-r1.ebuild
17 similarity index 92%
18 rename from dev-util/pkgcheck/pkgcheck-0.7.7.ebuild
19 rename to dev-util/pkgcheck/pkgcheck-0.7.7-r1.ebuild
20 index 3c1b4083146..9a1ac968b48 100644
21 --- a/dev-util/pkgcheck/pkgcheck-0.7.7.ebuild
22 +++ b/dev-util/pkgcheck/pkgcheck-0.7.7-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -29,7 +29,8 @@ if [[ ${PV} == *9999 ]]; then
30 else
31 RDEPEND="
32 >=dev-python/snakeoil-0.8.8[${PYTHON_USEDEP}]
33 - >=sys-apps/pkgcore-0.10.13[${PYTHON_USEDEP}]"
34 + >=sys-apps/pkgcore-0.10.13[${PYTHON_USEDEP}]
35 + <sys-apps/pkgcore-0.11"
36 fi
37 RDEPEND+="
38 dev-python/chardet[${PYTHON_USEDEP}]
39
40 diff --git a/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.9-r1.ebuild
41 similarity index 94%
42 rename from dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
43 rename to dev-util/pkgcheck/pkgcheck-0.7.9-r1.ebuild
44 index 3ce32d1ad97..dc30511adbd 100644
45 --- a/dev-util/pkgcheck/pkgcheck-0.7.9.ebuild
46 +++ b/dev-util/pkgcheck/pkgcheck-0.7.9-r1.ebuild
47 @@ -29,7 +29,8 @@ if [[ ${PV} == *9999 ]]; then
48 else
49 RDEPEND="
50 >=dev-python/snakeoil-0.8.9[${PYTHON_USEDEP}]
51 - >=sys-apps/pkgcore-0.10.14[${PYTHON_USEDEP}]"
52 + >=sys-apps/pkgcore-0.10.14[${PYTHON_USEDEP}]
53 + <sys-apps/pkgcore-0.11"
54 fi
55 RDEPEND+="
56 dev-python/chardet[${PYTHON_USEDEP}]