diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-25 02:36:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-25 02:36:20 +0000 |
commit | 3cc1daf961ad1bc06334e93d01ecc1735d208961 (patch) | |
tree | b7e0fbaaf1d3ae39d70b683382da1736dbd2518b /virtual | |
parent | Cleaning up deps (diff) | |
download | gentoo-2-3cc1daf961ad1bc06334e93d01ecc1735d208961.tar.gz gentoo-2-3cc1daf961ad1bc06334e93d01ecc1735d208961.tar.bz2 gentoo-2-3cc1daf961ad1bc06334e93d01ecc1735d208961.zip |
Cleaning up deps
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 4b883aa65b38..7e1a3bcabfab 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Math-BigInt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.5 2006/10/20 20:22:28 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.6 2006/10/25 02:36:20 mcummings Exp $ + + 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> + perl-Math-BigInt-1.77.ebuild: + Cleaning up deps 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> -perl-Math-BigInt-1.69.ebuild, -perl-Math-BigInt-1.70.ebuild, diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild index 6b93a5357a10..53df8e9343e4 100644 --- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.77.ebuild,v 1.3 2006/02/13 19:38:18 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.77.ebuild,v 1.4 2006/10/25 02:36:20 mcummings Exp $ DESCRIPTION="Virtual for Math-BigInt" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~ppc s390 sh sparc x86" IUSE="" DEPEND="" -RDEPEND="|| ( >=dev-lang/perl-5.8.7 ~perl-core/Math-BigInt-${PV} )" +RDEPEND="~perl-core/Math-BigInt-${PV}" |