diff options
author | Tom Gall <tgall@gentoo.org> | 2007-08-12 20:37:40 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-08-12 20:37:40 +0000 |
commit | 788fa7da9a64bf60b5d7ba968b447544dc3c06ef (patch) | |
tree | 6da80d57959dc65257cf315df14a9d528af3b8fc /perl-core/libnet | |
parent | Version bump. Thank FieldySnuts <sgtphou AT fire-eyes.org> for report in bug ... (diff) | |
download | historical-788fa7da9a64bf60b5d7ba968b447544dc3c06ef.tar.gz historical-788fa7da9a64bf60b5d7ba968b447544dc3c06ef.tar.bz2 historical-788fa7da9a64bf60b5d7ba968b447544dc3c06ef.zip |
stable on ppc64
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'perl-core/libnet')
-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 eac501b49853..772dcded4171 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.13 2007/08/09 15:44:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.14 2007/08/12 20:37:40 tgall Exp $ + + 12 Aug 2007; Tom Gall <tgall@gentoo.org> libnet-1.21.ebuild: + stable on ppc64 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> libnet-1.21.ebuild: Stable on ppc. diff --git a/perl-core/libnet/libnet-1.21.ebuild b/perl-core/libnet/libnet-1.21.ebuild index 69d785ce03c4..2638096908bb 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.4 2007/08/09 15:44:27 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.21.ebuild,v 1.5 2007/08/12 20:37:40 tgall 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" |