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 450911382C5 for ; Wed, 21 Mar 2018 18:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 468BAE096A; Wed, 21 Mar 2018 18:13:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1E7C8E096B for ; Wed, 21 Mar 2018 18:13:02 +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 30775335C59 for ; Wed, 21 Mar 2018 18:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32332268 for ; Wed, 21 Mar 2018 18:12:58 +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: <1521655959.6330c990417cfe307a1651f3345403116923529d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild app-portage/g-cpan/g-cpan-0.16.9.ebuild app-portage/g-cpan/g-cpan-9999.ebuild X-VCS-Directories: app-portage/g-cpan/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6330c990417cfe307a1651f3345403116923529d X-VCS-Branch: master Date: Wed, 21 Mar 2018 18:12:58 +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-Archives-Salt: d4f670dd-2e06-4f94-8d22-417c142982d9 X-Archives-Hash: dae4e3fc970a8fb5665751286c8a38a8 commit: 6330c990417cfe307a1651f3345403116923529d Author: Michał Górny gentoo org> AuthorDate: Wed Mar 21 17:08:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 21 18:12:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6330c990 app-portage/g-cpan: Support sys-apps/portage-mgorny .../g-cpan/{g-cpan-0.16.9.ebuild => g-cpan-0.16.9-r1.ebuild} | 7 +++++-- app-portage/g-cpan/g-cpan-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app-portage/g-cpan/g-cpan-0.16.9.ebuild b/app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild similarity index 93% rename from app-portage/g-cpan/g-cpan-0.16.9.ebuild rename to app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild index a385366a29c..39bcbf8a06f 100644 --- a/app-portage/g-cpan/g-cpan-0.16.9.ebuild +++ b/app-portage/g-cpan/g-cpan-0.16.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,7 +31,10 @@ COMMONDEPEND=" >=dev-perl/YAML-0.60 " RDEPEND="${COMMONDEPEND} - >=sys-apps/portage-2.0.0 + || ( + >=sys-apps/portage-2.0.0 + sys-apps/portage-mgorny + ) " DEPEND="${COMMONDEPEND} virtual/perl-ExtUtils-MakeMaker diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild index 669c0992637..50536a4a795 100644 --- a/app-portage/g-cpan/g-cpan-9999.ebuild +++ b/app-portage/g-cpan/g-cpan-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,10 @@ COMMONDEPEND=" >=dev-perl/YAML-0.60 " RDEPEND="${COMMONDEPEND} - >=sys-apps/portage-2.0.0 + || ( + >=sys-apps/portage-2.0.0 + sys-apps/portage-mgorny + ) " DEPEND="${COMMONDEPEND} virtual/perl-ExtUtils-MakeMaker