diff options
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 7cbed6beb6b7..a40eb8a3afc9 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.30 2007/03/05 11:21:54 ticho Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.31 2008/03/19 02:41:40 jer Exp $ + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Chart-Math-Axis-1.00.ebuild: + Stable for HPPA too. 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Chart-Math-Axis-1.00.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild index 7de540b08877..3bfd2f265a7b 100644 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-1.00.ebuild,v 1.5 2007/03/05 11:21:54 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild,v 1.6 2008/03/19 02:41:40 jer Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.orga/~adamk/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc sparc x86" IUSE="" SRC_TEST="do" |