diff options
author | Sam James <sam@gentoo.org> | 2023-09-21 23:29:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-21 23:29:00 +0100 |
commit | 3f3f88d041e0528c6f9c362ce2321d746f60f167 (patch) | |
tree | 8f6972ac15f970d5b4342938c9997d381c09df0f /virtual/perl-Math-BigInt | |
parent | perl-core/Math-BigInt: add 1.999.840 (diff) | |
download | gentoo-3f3f88d041e0528c6f9c362ce2321d746f60f167.tar.gz gentoo-3f3f88d041e0528c6f9c362ce2321d746f60f167.tar.bz2 gentoo-3f3f88d041e0528c6f9c362ce2321d746f60f167.zip |
virtual/perl-Math-BigInt: add 1.999.840
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild new file mode 100644 index 000000000000..811bf54a9944 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild @@ -0,0 +1,13 @@ +# 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=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= +" |