diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-16 19:19:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-16 19:19:12 +0000 |
commit | a5e347d4bd30e6587ad325a7ec1f440819904a78 (patch) | |
tree | c4908cbd5fb26fe825d2084d6065e2129664286f /net-libs/libnet | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-a5e347d4bd30e6587ad325a7ec1f440819904a78.tar.gz gentoo-2-a5e347d4bd30e6587ad325a7ec1f440819904a78.tar.bz2 gentoo-2-a5e347d4bd30e6587ad325a7ec1f440819904a78.zip |
Stable for HPPA (bug #444242).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index 3d504e0e1611..c87fa587bb6d 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.102 2013/04/10 17:20:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.103 2013/04/16 19:19:12 jer Exp $ + + 16 Apr 2013; Jeroen Roovers <jer@gentoo.org> libnet-1.0.2a-r5.ebuild: + Stable for HPPA (bug #444242). *libnet-1.2_rc2 (10 Apr 2013) diff --git a/net-libs/libnet/libnet-1.0.2a-r5.ebuild b/net-libs/libnet/libnet-1.0.2a-r5.ebuild index 598c6660ee21..2ccb3239008a 100644 --- a/net-libs/libnet/libnet-1.0.2a-r5.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r5.ebuild,v 1.1 2013/01/05 16:40:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r5.ebuild,v 1.2 2013/04/16 19:19:12 jer Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" LICENSE="BSD BSD-2 HPND" SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/Libnet-${PV} |