diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-23 23:17:35 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-05-23 23:32:07 +0200 |
commit | 3a19e1fc95402111ce9907edc049d7f63aa6ff4e (patch) | |
tree | a114900a5f0bf32f420c0643845d82bcf6071a35 /virtual | |
parent | package.mask: Continue with Perl 5.36 virtuals (diff) | |
download | gentoo-3a19e1fc95402111ce9907edc049d7f63aa6ff4e.tar.gz gentoo-3a19e1fc95402111ce9907edc049d7f63aa6ff4e.tar.bz2 gentoo-3a19e1fc95402111ce9907edc049d7f63aa6ff4e.zip |
virtual/perl-I18N-LangTags: Add 5.36 as provider
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.450.0-r1.ebuild (renamed from virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.450.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.450.0.ebuild b/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.450.0-r1.ebuild index eb13e4625c63..8c205b69fd16 100644 --- a/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.450.0.ebuild +++ b/virtual/perl-I18N-LangTags/perl-I18N-LangTags-0.450.0-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Virtual for I18N-LangTags" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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/I18N-LangTags-${PV} ) + || ( =dev-lang/perl-5.36* =dev-lang/perl-5.34* ~perl-core/I18N-LangTags-${PV} ) dev-lang/perl:= !<perl-core/I18N-LangTags-${PV} !>perl-core/I18N-LangTags-${PV}-r999 |