diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 11:01:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 11:01:53 +0000 |
commit | adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3 (patch) | |
tree | e2216f62094285a63a8168e87c429d7eb85dfd00 /dev-perl/Chart-Math-Axis | |
parent | The patch for parallel make wasn't enough as configure file should be removed... (diff) | |
download | historical-adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3.tar.gz historical-adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3.tar.bz2 historical-adf5b8fc1f48a786c2ff26202fb9b71f10e0e8c3.zip |
Virtual for perl-core dep
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 374fefd2d1f5..d811f0f13f8f 100644 --- a/dev-perl/Chart-Math-Axis/ChangeLog +++ b/dev-perl/Chart-Math-Axis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Chart-Math-Axis -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.21 2005/10/03 13:00:39 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.22 2006/02/13 10:50:17 mcummings Exp $ + + 13 Feb 2006; <mcumming@gentoo.org> Chart-Math-Axis-0.3.ebuild: + Virtual for perl-core dep 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> Chart-Math-Axis-0.3.ebuild: diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild index ba85584f7bb0..75bec1de2862 100644 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild,v 1.13 2005/10/03 13:00:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild,v 1.14 2006/02/13 10:50:17 mcummings Exp $ inherit perl-module @@ -15,8 +15,8 @@ IUSE="" SRC_TEST="do" -DEPEND=">=perl-core/Math-BigInt-1.70 +DEPEND=">=virtual/perl-Math-BigInt-1.70 dev-perl/Clone - perl-core/Test-Simple" + virtual/perl-Test-Simple" |