diff options
-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 bac755fc9037..ecc7bf1969d2 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.3 2010/05/12 22:24:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ChangeLog,v 1.4 2010/05/14 15:48:04 jer Exp $ + + 14 May 2010; Jeroen Roovers <jer@gentoo.org> + ExtUtils-Manifest-1.58.ebuild: + Marked ~hppa (bug #317877). 12 May 2010; Joseph Jezak <josejx@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 9edbf1a96de1..fa0a6102750a 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.3 2010/05/12 22:24:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.58.ebuild,v 1.4 2010/05/14 15:48:04 jer Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Utilities to write and check a MANIFEST file" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" |