diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 12:24:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-02 12:24:21 +0000 |
commit | 87ae48865539289a8b523ced4dcc2d9eedc0cd78 (patch) | |
tree | 2794517af239f4074403ea65d45eb7e4004209d7 /dev-perl/Class-Data-Inheritable | |
parent | Mark 2.3 stable on ia64 (diff) | |
download | historical-87ae48865539289a8b523ced4dcc2d9eedc0cd78.tar.gz historical-87ae48865539289a8b523ced4dcc2d9eedc0cd78.tar.bz2 historical-87ae48865539289a8b523ced4dcc2d9eedc0cd78.zip |
Mark 0.02 stable on ia64
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-perl/Class-Data-Inheritable')
-rw-r--r-- | dev-perl/Class-Data-Inheritable/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Class-Data-Inheritable/ChangeLog b/dev-perl/Class-Data-Inheritable/ChangeLog index 8c6358a72186..28b64049a0a0 100644 --- a/dev-perl/Class-Data-Inheritable/ChangeLog +++ b/dev-perl/Class-Data-Inheritable/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-Data-Inheritable # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.9 2005/09/23 16:28:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/ChangeLog,v 1.10 2005/10/02 12:24:21 agriffis Exp $ + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> + Class-Data-Inheritable-0.02.ebuild: + Mark 0.02 stable on ia64 23 Sep 2005; Markus Rothe <corsair@gentoo.org> Class-Data-Inheritable-0.02.ebuild: diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild index dd89164f5b3f..c3a50082507c 100644 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild +++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild,v 1.13 2005/09/23 16:28:32 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.02.ebuild,v 1.14 2005/10/02 12:24:21 agriffis Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cpan.org/authors/id/M/MS/MSCHWERN/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" export OPTIMIZE="${CFLAGS}" |