diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-03 15:08:35 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-16 02:32:30 +0200 |
commit | 7a73fd2bbd657f6019f5345db4d91335495bec0a (patch) | |
tree | eaccd7a4f23ce91fe05cbd3c619eeae01f4ef2d7 /virtual/perl-Math-BigInt-FastCalc | |
parent | virtual/perl-Math-BigInt-FastCalc: Remove old (diff) | |
download | gentoo-7a73fd2bbd657f6019f5345db4d91335495bec0a.tar.gz gentoo-7a73fd2bbd657f6019f5345db4d91335495bec0a.tar.bz2 gentoo-7a73fd2bbd657f6019f5345db4d91335495bec0a.zip |
virtual/perl-Math-BigInt-FastCalc: Add Perl 5.26 version
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/perl-Math-BigInt-FastCalc')
-rw-r--r-- | virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.500.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.500.ebuild b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.500.ebuild new file mode 100644 index 000000000000..5dbbf4c5f761 --- /dev/null +++ b/virtual/perl-Math-BigInt-FastCalc/perl-Math-BigInt-FastCalc-0.500.500.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 +" |