From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0830C138CCD for ; Sun, 29 Mar 2015 19:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A80B5E0AC9; Sun, 29 Mar 2015 19:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56FAFE0AC9 for ; Sun, 29 Mar 2015 19:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 931E7340A84 for ; Sun, 29 Mar 2015 19:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC8CA14CB8 for ; Sun, 29 Mar 2015 19:20:09 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1427654325.9cd4405b93905d51255da92d2a15b4ba40dbcc60.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-File-Fetch/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild X-VCS-Directories: virtual/perl-File-Fetch/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9cd4405b93905d51255da92d2a15b4ba40dbcc60 X-VCS-Branch: master Date: Sun, 29 Mar 2015 19:20:09 +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: 5dc9b704-0a32-45f5-9378-2b824e37e1ad X-Archives-Hash: abe4ab5bfc48006ef6692a0f2ec4a08a commit: 9cd4405b93905d51255da92d2a15b4ba40dbcc60 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 18:38:45 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 29 18:38:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9cd4405b [fixup] virtual/perl-File-Fetch-0.380.0-r2: Drop perl 5.18 as a provider Package-Manager: portage-2.2.17 ...-Fetch-0.380.0-r1.ebuild => perl-File-Fetch-0.380.0-r2.ebuild} | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild b/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild similarity index 52% rename from virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild rename to virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild index f4456b2..bd75cd0 100644 --- a/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r1.ebuild +++ b/virtual/perl-File-Fetch/perl-File-Fetch-0.380.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -11,8 +11,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=" - || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) - !perl-core/${PN#perl-}-${PV}-r999 - " +RDEPEND="~perl-core/${PN#perl-}-${PV}"