diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-07-29 17:13:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-07-29 17:13:48 +0000 |
commit | 0cd7613e4cb0d36c4768a612c910eeff3d05e3e8 (patch) | |
tree | 90514a4c2be1c5c9150c7b9367e2ae894321122c /net-libs/libnet | |
parent | alpha/sparc stable wrt #417143 (diff) | |
download | gentoo-2-0cd7613e4cb0d36c4768a612c910eeff3d05e3e8.tar.gz gentoo-2-0cd7613e4cb0d36c4768a612c910eeff3d05e3e8.tar.bz2 gentoo-2-0cd7613e4cb0d36c4768a612c910eeff3d05e3e8.zip |
alpha/sparc stable wrt #418275
(Portage version: 2.1.11.5/cvs/Linux ia64)
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 4837d4dddc75..96899a8e6efc 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.94 2012/07/24 18:17:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.95 2012/07/29 17:13:48 armin76 Exp $ + + 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> libnet-1.0.2a-r4.ebuild: + alpha/sparc stable wrt #418275 24 Jul 2012; Jeroen Roovers <jer@gentoo.org> -libnet-1.1.5.ebuild, -files/libnet-1.1.5-darwin.patch: diff --git a/net-libs/libnet/libnet-1.0.2a-r4.ebuild b/net-libs/libnet/libnet-1.0.2a-r4.ebuild index a9e874760e98..9a8b5863c93c 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.7 2012/06/07 21:50:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.8 2012/07/29 17:13:48 armin76 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} |