diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-05 00:31:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-16 02:32:46 +0200 |
commit | 7510a8fa2bb9a559e3507d19a63e39f527911dba (patch) | |
tree | 1bf6626910545121d3f8d815ad8f84378bca2aa8 /virtual | |
parent | virtual/perl-bignum: Remove old (diff) | |
download | gentoo-7510a8fa2bb9a559e3507d19a63e39f527911dba.tar.gz gentoo-7510a8fa2bb9a559e3507d19a63e39f527911dba.tar.bz2 gentoo-7510a8fa2bb9a559e3507d19a63e39f527911dba.zip |
virtual/perl-bignum: Add Perl 5.26 version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-bignum/perl-bignum-0.470.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-bignum/perl-bignum-0.470.0.ebuild b/virtual/perl-bignum/perl-bignum-0.470.0.ebuild new file mode 100644 index 000000000000..5dbbf4c5f761 --- /dev/null +++ b/virtual/perl-bignum/perl-bignum-0.470.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |