diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /virtual/perl-ExtUtils-Install | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'virtual/perl-ExtUtils-Install')
-rw-r--r-- | virtual/perl-ExtUtils-Install/Manifest | 2 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.140.0-r3.ebuild (renamed from virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.140.0-r2.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/virtual/perl-ExtUtils-Install/Manifest b/virtual/perl-ExtUtils-Install/Manifest index e22dc4a2f2f0..9a3ce6e68173 100644 --- a/virtual/perl-ExtUtils-Install/Manifest +++ b/virtual/perl-ExtUtils-Install/Manifest @@ -1,2 +1,2 @@ -EBUILD perl-ExtUtils-Install-2.140.0-r2.ebuild 556 BLAKE2B ab63870653baf1e461107cf4a2e7a256118d97bdc86ac896cadff381fc5ca512179fe4226ef5bf57b8ede9039a54a079d25f3d3c25f49a3973c94dace66c9fcf SHA512 ab078665fa829f0b843cd6f8081ff04ca7a60c512323a91b880dad3507923816e6df75da970ba4ffd095528992f490a55f3b44dc29a5bd6d81cf9ac7e73a5fd1 +EBUILD perl-ExtUtils-Install-2.140.0-r3.ebuild 577 BLAKE2B 3bd4d4e5770cfce335b62bd0ad86578c8596091fcfa2eb51de33bb5e1a2abe88e364fe1a3c389963b2737f05b3550bd5f5bdd7d07ab6119f913c3a8181ee2722 SHA512 e3f4ac151502849177a026c6ab4eda0ace5c1d219038a566257aea261767a812d2fcc1159914f9eeedca364a83fd3d6fb274d3638c47aad8f5ee5a49a60d7f5f MISC metadata.xml 269 BLAKE2B 8650faffcbae83b72e8dd1f4e3a712b749289a8a1d6dcf536b5f0cda438f7ea2ed353ef81daf36d3642de4680208f963eeaed340948c62b60c7516b660b3909c SHA512 57ff55054b685626458fc7314bbdbe18ddd3e20b1decf613a6c03cb28284a5a56c22ab90949b4e30b7d1420ca14551f4ea827aceebd75c4b3c2fd397f9773d84 diff --git a/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.140.0-r2.ebuild b/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.140.0-r3.ebuild index e90a5abcb130..729d8f81a8cb 100644 --- a/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.140.0-r2.ebuild +++ b/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.140.0-r3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for ExtUtils-Install" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" - || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.32* =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 |