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 249B0138206 for ; Sat, 30 Apr 2016 15:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EF2921C00E; Sat, 30 Apr 2016 15:48:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B257021C00E for ; Sat, 30 Apr 2016 15:48:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D77D340D54 for ; Sat, 30 Apr 2016 15:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7BC7B for ; Sat, 30 Apr 2016 15:48:22 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1462031296.adb42f36121420d01a900a5531dc8ae4268b6e35.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild virtual/perl-Storable/perl-Storable-2.530.100.ebuild X-VCS-Directories: virtual/perl-Storable/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: adb42f36121420d01a900a5531dc8ae4268b6e35 X-VCS-Branch: master Date: Sat, 30 Apr 2016 15:48:22 +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: 4ea1b192-5ce7-4817-937d-74a8208dfc6d X-Archives-Hash: 604335db32ee8564d6d5155b825a0e6d commit: adb42f36121420d01a900a5531dc8ae4268b6e35 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 30 15:47:48 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Apr 30 15:48:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb42f36 virtual/perl-Storable: Also provided by 5.22.2 Package-Manager: portage-2.2.28 ...-Storable-2.530.100.ebuild => perl-Storable-2.530.100-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virtual/perl-Storable/perl-Storable-2.530.100.ebuild b/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild similarity index 81% rename from virtual/perl-Storable/perl-Storable-2.530.100.ebuild rename to virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild index 688e5c3..b9a2245 100644 --- a/virtual/perl-Storable/perl-Storable-2.530.100.ebuild +++ b/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND=" - || ( =dev-lang/perl-5.22.1* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.22.2* =dev-lang/perl-5.22.1* ~perl-core/${PN#perl-}-${PV} ) !perl-core/${PN#perl-}-${PV}-r999 "