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 1DA741396D0 for ; Sun, 17 Sep 2017 03:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC172E0E87; Sun, 17 Sep 2017 03:43:58 +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 8718FE0E87 for ; Sun, 17 Sep 2017 03:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 82EC5340DF9 for ; Sun, 17 Sep 2017 03:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5034C908E for ; Sun, 17 Sep 2017 03:43:54 +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: <1505619057.534907f229e8cd3b4d45163e052706332f47300d.kentnl@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.40.0-r2.ebuild virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild X-VCS-Directories: virtual/perl-IPC-SysV/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 534907f229e8cd3b4d45163e052706332f47300d X-VCS-Branch: master Date: Sun, 17 Sep 2017 03:43:54 +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: 0db285ac-16d0-4875-9efa-0bc7abfcd119 X-Archives-Hash: 401351cc3c9bdf2e457013247a75aad6 commit: 534907f229e8cd3b4d45163e052706332f47300d Author: Kent Fredric gentoo org> AuthorDate: Sun Sep 17 03:30:57 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Sep 17 03:30:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=534907f2 virtual/perl-IPC-SysV: Fix for 5.24 Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../{perl-IPC-SysV-2.40.0-r2.ebuild => perl-IPC-SysV-2.60.100.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild similarity index 68% rename from virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild rename to virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild index a83d38790..5114d4d55 100644 --- a/virtual/perl-IPC-SysV/perl-IPC-SysV-2.40.0-r2.ebuild +++ b/virtual/perl-IPC-SysV/perl-IPC-SysV-2.60.100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" -RDEPEND="|| ( =dev-lang/perl-5.22* =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) +RDEPEND="|| ( =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} ) !perl-core/${PN#perl-}-${PV}-r999 "