diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-06-18 16:53:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-06-18 16:53:53 +0000 |
commit | 07647374d74b99d050cfa23204472fc962d33227 (patch) | |
tree | 1bf6dd536149b12d138fa8368dc3543e37f96e1c /perl-core/PodParser | |
parent | Version bump. (diff) | |
download | historical-07647374d74b99d050cfa23204472fc962d33227.tar.gz historical-07647374d74b99d050cfa23204472fc962d33227.tar.bz2 historical-07647374d74b99d050cfa23204472fc962d33227.zip |
Stable on ia64.
Package-Manager: portage-2.1
Diffstat (limited to 'perl-core/PodParser')
-rw-r--r-- | perl-core/PodParser/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/PodParser/PodParser-1.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/PodParser/ChangeLog b/perl-core/PodParser/ChangeLog index 3c6d58069a82..3891c4957f8b 100644 --- a/perl-core/PodParser/ChangeLog +++ b/perl-core/PodParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/PodParser # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.19 2006/06/12 17:06:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/ChangeLog,v 1.20 2006/06/18 16:53:53 kloeri Exp $ + + 18 Jun 2006; Bryan Østergaard <kloeri@gentoo.org> PodParser-1.34.ebuild: + Stable on ia64. 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> PodParser-1.34.ebuild: diff --git a/perl-core/PodParser/PodParser-1.34.ebuild b/perl-core/PodParser/PodParser-1.34.ebuild index 983c6f6e02a7..dfcd52cc6eb2 100644 --- a/perl-core/PodParser/PodParser-1.34.ebuild +++ b/perl-core/PodParser/PodParser-1.34.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/perl-core/PodParser/PodParser-1.34.ebuild,v 1.3 2006/06/12 17:06:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/PodParser/PodParser-1.34.ebuild,v 1.4 2006/06/18 16:53:53 kloeri Exp $ inherit perl-module MY_P=Pod-Parser-${PV} @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |