From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1442817-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 20636158094 for <garchives@archives.gentoo.org>; Tue, 4 Oct 2022 03:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8C8E0900; Tue, 4 Oct 2022 03:06:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50FB5E0900 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Oct 2022 03:06:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CC2433D0AF for <gentoo-commits@lists.gentoo.org>; Tue, 4 Oct 2022 03:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 232505F8 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Oct 2022 03:06:56 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1664852482.6e2dd04f8941aa39e6aa33bfab77d950b9d5e8dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pkgcore/pkgcore-0.12.13-r2.ebuild sys-apps/pkgcore/pkgcore-0.12.13-r3.ebuild X-VCS-Directories: sys-apps/pkgcore/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6e2dd04f8941aa39e6aa33bfab77d950b9d5e8dd X-VCS-Branch: master Date: Tue, 4 Oct 2022 03:06:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee96c9a6-9833-409b-adcb-88c686d907bc X-Archives-Hash: ae14061179e8865481dbcc87fe43c16e commit: 6e2dd04f8941aa39e6aa33bfab77d950b9d5e8dd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 4 03:01:22 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 4 03:01:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2dd04f sys-apps/pkgcore: fix MissingPackageRevision Signed-off-by: Sam James <sam <AT> gentoo.org> .../pkgcore/{pkgcore-0.12.13-r2.ebuild => pkgcore-0.12.13-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pkgcore/pkgcore-0.12.13-r2.ebuild b/sys-apps/pkgcore/pkgcore-0.12.13-r3.ebuild similarity index 95% rename from sys-apps/pkgcore/pkgcore-0.12.13-r2.ebuild rename to sys-apps/pkgcore/pkgcore-0.12.13-r3.ebuild index ae6de145bdd7..f78ff72a16ad 100644 --- a/sys-apps/pkgcore/pkgcore-0.12.13-r2.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.12.13-r3.ebuild @@ -28,7 +28,7 @@ RDEPEND=" if [[ ${PV} == *9999 ]]; then RDEPEND+=" ~dev-python/snakeoil-9999[${PYTHON_USEDEP}]" else - RDEPEND+=" =dev-python/snakeoil-0.9.12[${PYTHON_USEDEP}]" + RDEPEND+=" ~dev-python/snakeoil-0.9.12[${PYTHON_USEDEP}]" fi BDEPEND=" test? (