diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-19 20:11:46 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-19 20:11:46 +0000 |
commit | 5b5df25227111ef465caf5c52bcfb66dac3219cd (patch) | |
tree | 31b713cac6188358125cbb66b8804030328740f0 /virtual/perl-bignum | |
parent | 02e2208f46f4e2c00fb9743cbc47350bdd233bfa (diff) |
gentoo resync : 19.01.2018
Diffstat (limited to 'virtual/perl-bignum')
-rw-r--r-- | virtual/perl-bignum/Manifest | 2 | ||||
-rw-r--r-- | virtual/perl-bignum/perl-bignum-0.420.100_rc-r3.ebuild (renamed from virtual/perl-bignum/perl-bignum-0.420.100_rc-r2.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/perl-bignum/Manifest b/virtual/perl-bignum/Manifest index 90bc9120866d..68342fb098ae 100644 --- a/virtual/perl-bignum/Manifest +++ b/virtual/perl-bignum/Manifest @@ -1,3 +1,3 @@ -EBUILD perl-bignum-0.420.100_rc-r2.ebuild 478 BLAKE2B 48058a9fbd6d5e92dc66c86225b4f38e32646bf934811ac230c8b8b78fe1bf0ecc831144b5af631755ec4fa752dd2fbf654c6a1e04d53f3406af3c9ff6074ed8 SHA512 2866fae51f31cdfe43e6f204e423414b7a4fb5bbf42244040189ef1b38122ba0b3e5d30d00acf69033a0285eed7fb8cfa4ebbbcfb679f4b1b3eddca29261ab4b +EBUILD perl-bignum-0.420.100_rc-r3.ebuild 432 BLAKE2B 0164c162663154129197586af239568c66eaf714e6664db4f702ba40739fa4163fb52fa5611a2ff0db79553f731cf9bd6678deccc95fbdc2c7fffb8f7f12e02b SHA512 500cccfd6637b3695335181f6b4d61c354c6ce04830f2dc30f6c2974cc1dc0c1df673ca2bdaf0718c8d30d84eb1c4eee03a2fc54610bda3bb8194f1382d1655a EBUILD perl-bignum-0.470.0.ebuild 440 BLAKE2B e57d637a0fc7bfe8578b5f9009580d095550bca8782fecbb4a505a9c5a2ca2c5ed271a2883c2970da5e5af22b1b05cda33bcce89eaae0630c17471e3afaa0a7f SHA512 7b8257439407cc854a3577ccea01c04df55f6e5cebce6b2e421f328f03e1441ad4ae7c643ebc2fc481ec0dbc9dd53c892cf94c7d4190cbffd554334c96c36fe8 MISC metadata.xml 251 BLAKE2B 1de7d1f7a54ea11d1363a8a5673fe7e0e7c561103c03558042528680a9d5faab7222805b136c64d39abc56718c999581ccba9945fe5201ca12c962cc101fb267 SHA512 bc87b53817cd976bf8641fa1f7eeb62379b3bbb7d99d3a00078d1d55a0af6f296d54fda4bc2c2cda93434976b32b45a334fb3264fa3fbc1ed2f22728bf605695 diff --git a/virtual/perl-bignum/perl-bignum-0.420.100_rc-r2.ebuild b/virtual/perl-bignum/perl-bignum-0.420.100_rc-r3.ebuild index 864592bebc78..08e72bb7eb38 100644 --- a/virtual/perl-bignum/perl-bignum-0.420.100_rc-r2.ebuild +++ b/virtual/perl-bignum/perl-bignum-0.420.100_rc-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ 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.24.3* =dev-lang/perl-5.24.2* =dev-lang/perl-5.24.1* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.24.3* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |