diff options
author | Sam James <sam@gentoo.org> | 2021-05-17 19:09:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 20:40:59 +0000 |
commit | 452b9eafb8838a0417a003f224e012f9a3733a63 (patch) | |
tree | 5fca5ad04e719f1f683142d84fdd114f98c9c149 /virtual/perl-Carp | |
parent | virtual/perl-bignum: add 5.34 as provider (diff) | |
download | gentoo-452b9eafb8838a0417a003f224e012f9a3733a63.tar.gz gentoo-452b9eafb8838a0417a003f224e012f9a3733a63.tar.bz2 gentoo-452b9eafb8838a0417a003f224e012f9a3733a63.zip |
virtual/perl-Carp: add 5.34 version (1.52)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/perl-Carp')
-rw-r--r-- | virtual/perl-Carp/perl-Carp-1.520.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-Carp/perl-Carp-1.520.0.ebuild b/virtual/perl-Carp/perl-Carp-1.520.0.ebuild new file mode 100644 index 000000000000..de7c8cbf3a2d --- /dev/null +++ b/virtual/perl-Carp/perl-Carp-1.520.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.34* ~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 +" |