summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 00:55:35 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 00:55:35 +0000
commita847164ebe8aab3300e7c2c4882364efc8d07a36 (patch)
tree3ab2d1c21e1da76049b2d36ac175ccd22bc7dc74 /net-libs/libnet
parentGentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff)
downloadgentoo-2-a847164ebe8aab3300e7c2c4882364efc8d07a36.tar.gz
gentoo-2-a847164ebe8aab3300e7c2c4882364efc8d07a36.tar.bz2
gentoo-2-a847164ebe8aab3300e7c2c4882364efc8d07a36.zip
sync IUSE (missing), don't dep on arch for gnuconfig_update
Diffstat (limited to 'net-libs/libnet')
-rw-r--r--net-libs/libnet/libnet-1.1.1.ebuild3
-rw-r--r--net-libs/libnet/libnet-1.1.2.1.ebuild4
2 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libnet/libnet-1.1.1.ebuild b/net-libs/libnet/libnet-1.1.1.ebuild
index b4aeea396edd..cf55d946cfcc 100644
--- a/net-libs/libnet/libnet-1.1.1.ebuild
+++ b/net-libs/libnet/libnet-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.1.ebuild,v 1.6 2004/06/24 23:13:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.1.ebuild,v 1.7 2004/07/15 00:55:35 agriffis Exp $
DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
HOMEPAGE="http://www.packetfactory.net/libnet/"
@@ -9,6 +9,7 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="1.1"
KEYWORDS="x86 ppc sparc ~alpha ~mips ~amd64"
+IUSE=""
S=${WORKDIR}/libnet
diff --git a/net-libs/libnet/libnet-1.1.2.1.ebuild b/net-libs/libnet/libnet-1.1.2.1.ebuild
index b119606c5e7f..12d4b3214129 100644
--- a/net-libs/libnet/libnet-1.1.2.1.ebuild
+++ b/net-libs/libnet/libnet-1.1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.2.1.ebuild,v 1.5 2004/06/24 23:13:27 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.2.1.ebuild,v 1.6 2004/07/15 00:55:35 agriffis Exp $
inherit gnuconfig
@@ -19,7 +19,7 @@ src_compile() {
cd ${S}
# Detect mips systems properly
- use mips && gnuconfig_update
+ gnuconfig_update
econf || die "Failed to run econf!"
emake || die "Failed to run emake!"