diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-01-05 18:45:26 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-01-05 18:45:26 +0000 |
commit | 78295b5e55060064e3e7523592925525f82ec5c8 (patch) | |
tree | 093fec82dbcc261b1e9df7c4802698be1fe16e78 /perl-core/Class-ISA | |
parent | ppc stable #288026 (diff) | |
download | gentoo-2-78295b5e55060064e3e7523592925525f82ec5c8.tar.gz gentoo-2-78295b5e55060064e3e7523592925525f82ec5c8.tar.bz2 gentoo-2-78295b5e55060064e3e7523592925525f82ec5c8.zip |
ppc stable #288026
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'perl-core/Class-ISA')
-rw-r--r-- | perl-core/Class-ISA/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Class-ISA/Class-ISA-0.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/perl-core/Class-ISA/ChangeLog b/perl-core/Class-ISA/ChangeLog index 0718de51e2eb..f5d94d48b180 100644 --- a/perl-core/Class-ISA/ChangeLog +++ b/perl-core/Class-ISA/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Class-ISA -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.9 2009/12/14 18:45:12 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.10 2010/01/05 18:45:26 nixnut Exp $ + + 05 Jan 2010; nixnut <nixnut@gentoo.org> Class-ISA-0.35.ebuild: + ppc stable #288026 14 Dec 2009; Raúl Porcel <armin76@gentoo.org> Class-ISA-0.35.ebuild: alpha/ia64/sparc stable wrt #288026 diff --git a/perl-core/Class-ISA/Class-ISA-0.35.ebuild b/perl-core/Class-ISA/Class-ISA-0.35.ebuild index f0208ebf0741..7db3a353c005 100644 --- a/perl-core/Class-ISA/Class-ISA-0.35.ebuild +++ b/perl-core/Class-ISA/Class-ISA-0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.35.ebuild,v 1.5 2009/12/14 18:45:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.35.ebuild,v 1.6 2010/01/05 18:45:26 nixnut Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Report the search path thru an ISA tree" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |