diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-09 15:44:27 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-08-09 15:44:27 +0000 |
commit | 1d6ffde5c8784c3b650fc3b58ab1c25e2a0a729f (patch) | |
tree | ee3708f48b98577d63b1306e43197c1e5f8a98db /perl-core | |
parent | version bump (diff) | |
download | gentoo-2-1d6ffde5c8784c3b650fc3b58ab1c25e2a0a729f.tar.gz gentoo-2-1d6ffde5c8784c3b650fc3b58ab1c25e2a0a729f.tar.bz2 gentoo-2-1d6ffde5c8784c3b650fc3b58ab1c25e2a0a729f.zip |
Stable on ppc.
(Portage version: 2.1.3.3)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | perl-core/libnet/libnet-1.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/perl-core/libnet/ChangeLog b/perl-core/libnet/ChangeLog index 2c87bcfd9a2b..eac501b49853 100644 --- a/perl-core/libnet/ChangeLog +++ b/perl-core/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/libnet # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.12 2007/07/27 16:59:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.13 2007/08/09 15:44:27 dertobi123 Exp $ + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> libnet-1.21.ebuild: + Stable on ppc. 27 Jul 2007; Raúl Porcel <armin76@gentoo.org> libnet-1.21.ebuild: alpha/ia64/x86 stable diff --git a/perl-core/libnet/libnet-1.21.ebuild b/perl-core/libnet/libnet-1.21.ebuild index f285091138b9..69d785ce03c4 100644 --- a/perl-core/libnet/libnet-1.21.ebuild +++ b/perl-core/libnet/libnet-1.21.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/libnet/libnet-1.21.ebuild,v 1.3 2007/07/27 16:59:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.21.ebuild,v 1.4 2007/08/09 15:44:27 dertobi123 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="sasl" SRC_TEST="do" |