diff options
Diffstat (limited to 'net-libs/libnet/libnet-1.0.2a-r5.ebuild')
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libnet/libnet-1.0.2a-r5.ebuild b/net-libs/libnet/libnet-1.0.2a-r5.ebuild index 9ce89cb5ca96..842ec97687d3 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.7 2013/04/19 14:05:55 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r5.ebuild,v 1.8 2013/04/21 12:51:57 ago Exp $ EAPI=4 inherit autotools eutils toolchain-funcs @@ -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} |