diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-03 16:09:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-06-03 16:19:03 +0200 |
commit | 4248a43b1ac89e3bc46d94278aafb430f14c715b (patch) | |
tree | b30b9519d0139852b47fb3f271dd81a3ad3ba656 /virtual | |
parent | virtual/perl-Memoize: add 1.160.0 (diff) | |
download | gentoo-4248a43b1ac89e3bc46d94278aafb430f14c715b.tar.gz gentoo-4248a43b1ac89e3bc46d94278aafb430f14c715b.tar.bz2 gentoo-4248a43b1ac89e3bc46d94278aafb430f14c715b.zip |
virtual/perl-MIME-Base64: add 3.160.100_rc
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild new file mode 100644 index 000000000000..6f04cf8ad515 --- /dev/null +++ b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.160.100_rc.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for ${PN#perl-}" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + || ( =dev-lang/perl-5.38* ~perl-core/${PN#perl-}-${PV} ) + dev-lang/perl:= + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |