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 813A0138CCD 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 21E07E0ACE; Sun, 29 Mar 2015 19:20:15 +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 CAFCEE0ACE 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 22D02340AB5 for ; Sun, 29 Mar 2015 19:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE0A314CB9 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: <1427654514.26d0807a0a1f49674a6ef9e6ef5de0b8f4cd3d42.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-IPC-SysV/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild X-VCS-Directories: virtual/perl-IPC-SysV/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 26d0807a0a1f49674a6ef9e6ef5de0b8f4cd3d42 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: 69e6abe7-76f6-410b-9b3e-8297c4a1f733 X-Archives-Hash: 55750d7b317f8744a8dc26fbba9e462c commit: 26d0807a0a1f49674a6ef9e6ef5de0b8f4cd3d42 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 18:41:54 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 29 18:41:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=26d0807a [fixup] virtual/perl-IPC-SysV-2.30.0-r2: Drop perl 5.18 as a provider Package-Manager: portage-2.2.17 ...rl-IPC-SysV-2.30.0-r2.ebuild => perl-IPC-SysV-2.30.0-r3.ebuild} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild similarity index 62% rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.ebuild index 8110ff9..4b778fe 100644 --- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r2.ebuild +++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.30.0-r3.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: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ EAPI=5 @@ -12,7 +12,4 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.18* =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/IPC-SysV-${PV} ) - !perl-core/IPC-SysV-${PV}-r999 -" +RDEPEND="~perl-core/IPC-SysV-${PV}"