blob: 235aaaa88eda26175ea7f5f4973861eae3fb7314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.99.ebuild,v 1.3 2010/11/20 18:38:00 jer Exp $
DESCRIPTION="Virtual for Math-BigInt"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
IUSE=""
RDEPEND="~perl-core/Math-BigInt-${PV}"
|