diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:07:20 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:07:20 +0000 |
commit | d65d674da4ba64ce4871eb6371414c6b013f19b3 (patch) | |
tree | 6f34307e21a60237ce858a8a9b1e35c6e55b7e39 /dev-perl/Class-Inspector | |
parent | Version bump from upstream (diff) | |
download | gentoo-2-d65d674da4ba64ce4871eb6371414c6b013f19b3.tar.gz gentoo-2-d65d674da4ba64ce4871eb6371414c6b013f19b3.tar.bz2 gentoo-2-d65d674da4ba64ce4871eb6371414c6b013f19b3.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-perl/Class-Inspector')
-rw-r--r-- | dev-perl/Class-Inspector/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Class-Inspector/ChangeLog b/dev-perl/Class-Inspector/ChangeLog index f64e848d012c..523a62039a60 100644 --- a/dev-perl/Class-Inspector/ChangeLog +++ b/dev-perl/Class-Inspector/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-Inspector # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.25 2006/02/04 00:24:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/ChangeLog,v 1.26 2006/02/06 20:03:47 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> + Class-Inspector-1.13.ebuild: + stable on amd64 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> Class-Inspector-1.13.ebuild: diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild index 3909f4012401..b9f2399ae01a 100644 --- a/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild +++ b/dev-perl/Class-Inspector/Class-Inspector-1.13.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/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild,v 1.6 2006/02/04 00:24:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Inspector/Class-Inspector-1.13.ebuild,v 1.7 2006/02/06 20:03:47 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" IUSE="" DEPEND="perl-core/Test-Simple" |