diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-18 23:52:24 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-19 00:17:47 +0200 |
commit | eea263742b7c0490cc2a0ba28f075ccab140099a (patch) | |
tree | d160314511edc8aba0108d38c383d527c3c1c4c1 /virtual/perl-Digest-SHA | |
parent | package.mask: Add more Perl 5.34 virtuals (diff) | |
download | gentoo-eea263742b7c0490cc2a0ba28f075ccab140099a.tar.gz gentoo-eea263742b7c0490cc2a0ba28f075ccab140099a.tar.bz2 gentoo-eea263742b7c0490cc2a0ba28f075ccab140099a.zip |
virtual/perl-Digest-SHA: Add 5.34 as provider
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Digest-SHA')
-rw-r--r-- | virtual/perl-Digest-SHA/perl-Digest-SHA-6.20.0-r2.ebuild (renamed from virtual/perl-Digest-SHA/perl-Digest-SHA-6.20.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Digest-SHA/perl-Digest-SHA-6.20.0-r1.ebuild b/virtual/perl-Digest-SHA/perl-Digest-SHA-6.20.0-r2.ebuild index ffa75f024ab8..ef2e546544c8 100644 --- a/virtual/perl-Digest-SHA/perl-Digest-SHA-6.20.0-r1.ebuild +++ b/virtual/perl-Digest-SHA/perl-Digest-SHA-6.20.0-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +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.32* =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.34* =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 |