commit: 7dbe081c7f381eea7981f6abd43dde5dccbf03dc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 15 08:10:11 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 08:10:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbe081c
virtual/perl-Math-BigInt: add 1.999.842 Bug: https://bugs.gentoo.org/919888 Bug: https://bugs.gentoo.org/914392 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild new file mode 100644 index 000000000000..811bf54a9944 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.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:= +"
