diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-07-25 18:35:10 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-07-25 18:35:10 +0000 |
commit | f11e676b1721e5f83d3fd01a23c184fb2d2878af (patch) | |
tree | d2b7e5f4fddec518eabf00d89575a3918c91454e /net-libs/libnet | |
parent | Stable on hppa (diff) | |
download | gentoo-2-f11e676b1721e5f83d3fd01a23c184fb2d2878af.tar.gz gentoo-2-f11e676b1721e5f83d3fd01a23c184fb2d2878af.tar.bz2 gentoo-2-f11e676b1721e5f83d3fd01a23c184fb2d2878af.zip |
Added to ~hppa
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index f833f8e8a3fc..79a28eb42c9c 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libnet # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.41 2005/06/27 07:26:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.42 2005/07/25 18:35:10 killerfox Exp $ + + 25 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> + libnet-1.0.2a-r3.ebuild: + Added to ~hppa. 27 Jun 2005; Markus Rothe <corsair@gentoo.org> libnet-1.0.2a-r3.ebuild: Stable on ppc64 diff --git a/net-libs/libnet/libnet-1.0.2a-r3.ebuild b/net-libs/libnet/libnet-1.0.2a-r3.ebuild index 363835978489..970af6480c7e 100644 --- a/net-libs/libnet/libnet-1.0.2a-r3.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r3.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/net-libs/libnet/libnet-1.0.2a-r3.ebuild,v 1.15 2005/06/27 07:26:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r3.ebuild,v 1.16 2005/07/25 18:35:10 killerfox Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" LICENSE="LGPL-2" SLOT="1.0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" IUSE="" S=${WORKDIR}/Libnet-${PV} |