From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B20C81382C5 for ; Sat, 20 Mar 2021 00:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED942E069C; Sat, 20 Mar 2021 00:08:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4501E069C for ; Sat, 20 Mar 2021 00:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74C51340C20 for ; Sat, 20 Mar 2021 00:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2415C4 for ; Sat, 20 Mar 2021 00:08:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1616198923.9c2a340c3d4c0853a27a81eea53a54d54ca547d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcheck/pkgcheck-0.8.1-r1.ebuild dev-util/pkgcheck/pkgcheck-0.8.1-r2.ebuild dev-util/pkgcheck/pkgcheck-0.8.2-r1.ebuild dev-util/pkgcheck/pkgcheck-0.8.2-r2.ebuild dev-util/pkgcheck/pkgcheck-0.9.0-r1.ebuild dev-util/pkgcheck/pkgcheck-0.9.0-r2.ebuild dev-util/pkgcheck/pkgcheck-0.9.1-r1.ebuild dev-util/pkgcheck/pkgcheck-0.9.1-r2.ebuild dev-util/pkgcheck/pkgcheck-0.9.2-r1.ebuild dev-util/pkgcheck/pkgcheck-0.9.2.ebuild dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild dev-util/pkgcheck/pkgcheck-0.9.3.ebuild X-VCS-Directories: dev-util/pkgcheck/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c2a340c3d4c0853a27a81eea53a54d54ca547d2 X-VCS-Branch: master Date: Sat, 20 Mar 2021 00:08:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20fbbc61-a036-4d35-8b6a-d1ec101f5e47 X-Archives-Hash: 87a01e5f317ea95128d53c3ea4941b65 commit: 9c2a340c3d4c0853a27a81eea53a54d54ca547d2 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 19 23:54:56 2021 +0000 Commit: Michał Górny gentoo 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 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.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.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.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.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.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.4[${PYTHON_USEDEP}]" fi RDEPEND+="