summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-31 22:03:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-31 22:03:40 +0000
commitd8e8afd7114a6c407c9878f01c0c8fcbc8caf644 (patch)
tree3e81063647058741332e6d3857157dfeca940753
parentFixed email (diff)
downloadgentoo-2-d8e8afd7114a6c407c9878f01c0c8fcbc8caf644.tar.gz
gentoo-2-d8e8afd7114a6c407c9878f01c0c8fcbc8caf644.tar.bz2
gentoo-2-d8e8afd7114a6c407c9878f01c0c8fcbc8caf644.zip
move to stable
-rw-r--r--net-misc/dhcp/dhcp-3.0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/dhcp/dhcp-3.0.1.ebuild b/net-misc/dhcp/dhcp-3.0.1.ebuild
index 13307ab33da3..67a67c844122 100644
--- a/net-misc/dhcp/dhcp-3.0.1.ebuild
+++ b/net-misc/dhcp/dhcp-3.0.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-misc/dhcp/dhcp-3.0.1.ebuild,v 1.3 2004/07/30 03:32:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.1.ebuild,v 1.4 2004/08/31 22:03:40 vapier Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz"
LICENSE="isc-dhcp"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips arm hppa ~ppc64"
+KEYWORDS="x86 ppc ~sparc ~mips arm hppa ~ppc64"
IUSE="static selinux"
RDEPEND="virtual/libc
@@ -55,7 +55,6 @@ src_compile() {
END
./configure \
- --with-nsupdate \
--copts "-DPARANOIA -DEARLY_CHROOT ${CFLAGS}" \
|| die "configure failed"