diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-01-26 01:57:13 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-01-26 02:01:47 +0200 |
commit | dbf9cf7f14595370bac22985135d7fd70a22181f (patch) | |
tree | db6fef08e677e9a77a8a53a1418e21d1cdbf9c26 /virtual | |
parent | virtual/perl-Module-CoreList: Add Perl 5.32.1 version (diff) | |
download | gentoo-dbf9cf7f14595370bac22985135d7fd70a22181f.tar.gz gentoo-dbf9cf7f14595370bac22985135d7fd70a22181f.tar.bz2 gentoo-dbf9cf7f14595370bac22985135d7fd70a22181f.zip |
virtual/perl-Safe: Add Perl 5.32.1 version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild (renamed from virtual/perl-Safe/perl-Safe-2.410.0.ebuild) | 2 | ||||
-rw-r--r-- | virtual/perl-Safe/perl-Safe-2.410.100_rc.ebuild | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/virtual/perl-Safe/perl-Safe-2.410.0.ebuild b/virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild index b2ef089ea50e..1bce4a7f67e9 100644 --- a/virtual/perl-Safe/perl-Safe-2.410.0.ebuild +++ b/virtual/perl-Safe/perl-Safe-2.410.0-r1.ebuild @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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.32* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.32.0* ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !<perl-core/${PN#perl-}-${PV} !>perl-core/${PN#perl-}-${PV}-r999 diff --git a/virtual/perl-Safe/perl-Safe-2.410.100_rc.ebuild b/virtual/perl-Safe/perl-Safe-2.410.100_rc.ebuild new file mode 100644 index 000000000000..846306fadeab --- /dev/null +++ b/virtual/perl-Safe/perl-Safe-2.410.100_rc.ebuild @@ -0,0 +1,15 @@ +# 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 ~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.32.1* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |