diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-11-22 23:02:14 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-11-22 23:02:14 +0000 |
commit | 724aa8155b2ccd1a225d175782c5d88c5057e881 (patch) | |
tree | 53fe3a440a505c6d3bc05726dde9a23124bf5556 /virtual/perl-bignum/perl-bignum-0.370.0-r1.ebuild | |
parent | 2016-11-22 22:23:06 UTC (diff) | |
parent | virtual/perl-*: -r1 bump to propagate subslot dep (diff) | |
download | gentoo-724aa8155b2ccd1a225d175782c5d88c5057e881.tar.gz gentoo-724aa8155b2ccd1a225d175782c5d88c5057e881.tar.bz2 gentoo-724aa8155b2ccd1a225d175782c5d88c5057e881.zip |
Merge updates from master
Diffstat (limited to 'virtual/perl-bignum/perl-bignum-0.370.0-r1.ebuild')
-rw-r--r-- | virtual/perl-bignum/perl-bignum-0.370.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/perl-bignum/perl-bignum-0.370.0-r1.ebuild b/virtual/perl-bignum/perl-bignum-0.370.0-r1.ebuild new file mode 100644 index 000000000000..941c19216a17 --- /dev/null +++ b/virtual/perl-bignum/perl-bignum-0.370.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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.20* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |