summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-08-01 00:23:20 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-08-01 00:27:34 +0300
commit09932f7f9cac6650ce6bc6fe4cee45b979227cad (patch)
treecfe3bd1585b271b42fc149c4b55754352bef25d4 /virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild
parentvirtual/perl-Devel-PPPort: Add Perl 5.32 version (diff)
downloadgentoo-09932f7f9cac6650ce6bc6fe4cee45b979227cad.tar.gz
gentoo-09932f7f9cac6650ce6bc6fe4cee45b979227cad.tar.bz2
gentoo-09932f7f9cac6650ce6bc6fe4cee45b979227cad.zip
virtual/perl-Digest: Add Perl 5.32 as provider
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild')
-rw-r--r--virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild b/virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild
new file mode 100644
index 000000000000..8765d8b273ad
--- /dev/null
+++ b/virtual/perl-Digest/perl-Digest-1.170.100_rc-r10.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+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.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
+"