virtual/perl-bignum: Bump to version 0.420.100_rc for perl 5.24.1
authorKent Fredric <kentnl@gentoo.org>
Sun, 14 Aug 2016 04:41:49 +0000 (16:41 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 23 Nov 2016 10:31:24 +0000 (23:31 +1300)
Package-Manager: portage-2.3.0

virtual/perl-bignum/perl-bignum-0.420.100_rc.ebuild [new file with mode: 0644]

diff --git a/virtual/perl-bignum/perl-bignum-0.420.100_rc.ebuild b/virtual/perl-bignum/perl-bignum-0.420.100_rc.ebuild
new file mode 100644 (file)
index 0000000..53bd89e
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+
+IUSE=""
+RDEPEND="
+       || ( =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} )
+       dev-lang/perl:=
+       !<perl-core/${PN#perl-}-${PV}
+       !>perl-core/${PN#perl-}-${PV}-r999
+"