Parent Directory
|
Revision Log
Drop ia64/sparc (Portage version: 2.1.10.49/cvs/Linux ia64, RepoMan options: --force)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.60.0.ebuild,v 1.6 2012/03/09 08:56:12 phajdan.jr Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | MODULE_AUTHOR=TURNSTEP |
| 8 | MODULE_VERSION=2.06 |
| 9 | inherit perl-module |
| 10 | |
| 11 | DESCRIPTION="High speed arbitrary size integer math" |
| 12 | |
| 13 | SLOT="0" |
| 14 | LICENSE="LGPL-2" |
| 15 | KEYWORDS="alpha amd64 hppa ~mips ppc x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | RDEPEND="dev-libs/gmp" |
| 19 | DEPEND="${RDEPEND}" |
| 20 | |
| 21 | SRC_TEST=do |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |