diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-03 15:03:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-06-16 02:32:30 +0200 |
commit | 8ec43e8e8330ee3daa07b6e2b698d579e9daa364 (patch) | |
tree | 29d681d107c113f0e4f09c2c185201bff27a3126 /virtual/perl-Math-BigInt | |
parent | perl-core/Math-BigInt: Remove old (diff) | |
download | gentoo-8ec43e8e8330ee3daa07b6e2b698d579e9daa364.tar.gz gentoo-8ec43e8e8330ee3daa07b6e2b698d579e9daa364.tar.bz2 gentoo-8ec43e8e8330ee3daa07b6e2b698d579e9daa364.zip |
virtual/perl-Math-BigInt: Add Perl 5.26 as provider
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806-r1.ebuild (renamed from virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806-r1.ebuild index 70d126d68884..5dbbf4c5f761 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.806-r1.ebuild @@ -8,6 +8,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" RDEPEND=" - ~perl-core/${PN#perl-}-${PV} + || ( =dev-lang/perl-5.26* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 " |