diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-09-13 14:26:35 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-09-13 14:26:35 +0000 |
commit | cf3e884859c91572dc50a84afa09c3829dcb20a6 (patch) | |
tree | 04be082b51ce450f91e680fc4ea5363a810b0d64 /perl-core/ExtUtils-Manifest | |
parent | Delete older ebuilds. (diff) | |
download | historical-cf3e884859c91572dc50a84afa09c3829dcb20a6.tar.gz historical-cf3e884859c91572dc50a84afa09c3829dcb20a6.tar.bz2 historical-cf3e884859c91572dc50a84afa09c3829dcb20a6.zip |
Marked ppc stable for bug #330387.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'perl-core/ExtUtils-Manifest')
-rw-r--r-- | perl-core/ExtUtils-Manifest/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/ExtUtils-Manifest/ChangeLog b/perl-core/ExtUtils-Manifest/ChangeLog index 96478e1b5846..c8b7369f20e3 100644 --- a/perl-core/ExtUtils-Manifest/ChangeLog +++ b/perl-core/ExtUtils-Manifest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-Manifest # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.8 2010/08/28 16:53:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.9 2010/09/13 14:25:55 josejx Exp $ + + 13 Sep 2010; Joseph Jezak <josejx@gentoo.org> + ExtUtils-Manifest-1.58.ebuild: + Marked ppc stable for bug #330387. 28 Aug 2010; Raúl Porcel <armin76@gentoo.org> ExtUtils-Manifest-1.58.ebuild: diff --git a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild index 08d8d54a1f20..7d9fbacc4139 100644 --- a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild +++ b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild,v 1.8 2010/08/28 16:53:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild,v 1.9 2010/09/13 14:25:55 josejx Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Utilities to write and check a MANIFEST file" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="" SRC_TEST="do" |