diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-28 09:45:57 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-28 09:48:04 +0000 |
commit | bf2b07761c8a6997e04ce6a045b4e4f503175617 (patch) | |
tree | d0b279979cf7a493d40ae17df358c9bc8f324f44 /virtual | |
parent | dev-lang/go: fix for and keyworded ~x64-solaris, bug #575510 (diff) | |
parent | dev-perl/Mozilla-CA: Bump to version 20160104 (diff) | |
download | gentoo-bf2b07761c8a6997e04ce6a045b4e4f503175617.tar.gz gentoo-bf2b07761c8a6997e04ce6a045b4e4f503175617.tar.bz2 gentoo-bf2b07761c8a6997e04ce6a045b4e4f503175617.zip |
Merge github#925: dev-perl/M*: updates and related fixes.
This PR updates/fixes a bunch of packages located in dev-perl/M*.
Pull-Request: https://github.com/gentoo/gentoo/pull/925
Reporter: Kent Fredric <kentfredric@gmail.com>
Acked-By: Patrice Clement <monsieurp@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
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} +" |