diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-09 15:40:56 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-09 15:40:56 +0000 |
commit | 52313afc1d34a99194f233e88cb899c6b99247f9 (patch) | |
tree | ef155fbfaaf16953c891b9b2057e4e2269a27c46 /perl-core | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-52313afc1d34a99194f233e88cb899c6b99247f9.tar.gz gentoo-2-52313afc1d34a99194f233e88cb899c6b99247f9.tar.bz2 gentoo-2-52313afc1d34a99194f233e88cb899c6b99247f9.zip |
Stable on ppc.
(Portage version: 2.1.3.3)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Filter/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/Filter/Filter-1.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/Filter/ChangeLog b/perl-core/Filter/ChangeLog index 28dfbaaf52fa..49b9502d80f4 100644 --- a/perl-core/Filter/ChangeLog +++ b/perl-core/Filter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Filter # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Filter/ChangeLog,v 1.17 2007/07/27 16:57:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Filter/ChangeLog,v 1.18 2007/08/09 15:40:56 dertobi123 Exp $ + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> Filter-1.33.ebuild: + Stable on ppc. 27 Jul 2007; Raúl Porcel <armin76@gentoo.org> Filter-1.33.ebuild: alpha/ia64/x86 stable diff --git a/perl-core/Filter/Filter-1.33.ebuild b/perl-core/Filter/Filter-1.33.ebuild index 8e170b7c2ff9..959c8122c415 100644 --- a/perl-core/Filter/Filter-1.33.ebuild +++ b/perl-core/Filter/Filter-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Filter/Filter-1.33.ebuild,v 1.3 2007/07/27 16:57:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Filter/Filter-1.33.ebuild,v 1.4 2007/08/09 15:40:56 dertobi123 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~s390 ~sh sparc x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ~s390 ~sh sparc x86" IUSE="" DEPEND="dev-lang/perl" |