diff options
author | Markus Meier <maekke@gentoo.org> | 2012-06-03 18:22:16 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-06-03 18:22:16 +0000 |
commit | 542fa56e6735bf123729dd1c0026a6057b2c7813 (patch) | |
tree | b7e0be2f53468ebd88c58b721535ce484ec80073 /net-libs/libnet | |
parent | Cleanup (diff) | |
download | gentoo-2-542fa56e6735bf123729dd1c0026a6057b2c7813.tar.gz gentoo-2-542fa56e6735bf123729dd1c0026a6057b2c7813.tar.bz2 gentoo-2-542fa56e6735bf123729dd1c0026a6057b2c7813.zip |
arm stable, bug #418275
(Portage version: 2.1.10.63/cvs/Linux i686)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index 5e12af50edb3..4c861aa034d3 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnet # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.89 2012/05/31 15:06:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.90 2012/06/03 18:22:16 maekke Exp $ + + 03 Jun 2012; Markus Meier <maekke@gentoo.org> libnet-1.0.2a-r4.ebuild: + arm stable, bug #418275 31 May 2012; Jeroen Roovers <jer@gentoo.org> libnet-1.0.2a-r4.ebuild: Stable for HPPA (bug #418275). diff --git a/net-libs/libnet/libnet-1.0.2a-r4.ebuild b/net-libs/libnet/libnet-1.0.2a-r4.ebuild index 240684088d37..c3edfb394855 100644 --- a/net-libs/libnet/libnet-1.0.2a-r4.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r4.ebuild,v 1.4 2012/05/31 15:06:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.5 2012/06/03 18:22:16 maekke Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz" LICENSE="LGPL-2" 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} |