diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-02-22 14:12:41 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2016-02-27 21:39:56 +1300 |
commit | a7f3cf79f5a661947fd11329ca7b16da4906b17f (patch) | |
tree | 02afc390b496251bad9cc7adda14c5406cb715b6 /virtual | |
parent | perl-core/Math-BigInt: Bump to version 1.999.715 (diff) | |
download | gentoo-a7f3cf79f5a661947fd11329ca7b16da4906b17f.tar.gz gentoo-a7f3cf79f5a661947fd11329ca7b16da4906b17f.tar.bz2 gentoo-a7f3cf79f5a661947fd11329ca7b16da4906b17f.zip |
virtual/perl-Math-BigInt: Bump to version 1.999.715
Package-Manager: portage-2.2.27
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715.ebuild new file mode 100644 index 000000000000..9a497341a70b --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.715.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris" +IUSE="" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} +" |