diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-02 00:54:19 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-02 00:54:19 +0000 |
commit | ce2f1f7be2bd51a508b55379fd0017d5403b9d92 (patch) | |
tree | 72e2adab0672fda003f09a6738089add7baa053b /dev-lang | |
parent | Patch to fix configure applied to this version too, bug 107318. (diff) | |
download | gentoo-2-ce2f1f7be2bd51a508b55379fd0017d5403b9d92.tar.gz gentoo-2-ce2f1f7be2bd51a508b55379fd0017d5403b9d92.tar.bz2 gentoo-2-ce2f1f7be2bd51a508b55379fd0017d5403b9d92.zip |
Stable on ia64, bug 106678.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/perl/perl-5.8.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index d64ad1cec45b..6067bec3d927 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/perl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.162 2005/09/29 17:32:20 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.163 2005/10/02 00:54:19 kloeri Exp $ + + 02 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> perl-5.8.7-r1.ebuild: + Stable on ia64, bug 106678. 29 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> perl-5.8.6-r6.ebuild: Stable on mips for bug #106678. diff --git a/dev-lang/perl/perl-5.8.7-r1.ebuild b/dev-lang/perl/perl-5.8.7-r1.ebuild index 6b35eb909425..9d3e86f47c2e 100644 --- a/dev-lang/perl/perl-5.8.7-r1.ebuild +++ b/dev-lang/perl/perl-5.8.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.7-r1.ebuild,v 1.4 2005/09/23 23:48:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.7-r1.ebuild,v 1.5 2005/10/02 00:54:19 kloeri Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -17,7 +17,7 @@ LIBPERL="libperl$(get_libname ${PERLSLOT}.${SHORT_PV})" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sh sparc ~x86" IUSE="berkdb debug doc gdbm ithreads perlsuid build minimal" PERL_OLDVERSEN="5.8.0 5.8.2 5.8.4 5.8.5 5.8.6" |