diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-31 22:03:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-31 22:03:40 +0000 |
commit | d8e8afd7114a6c407c9878f01c0c8fcbc8caf644 (patch) | |
tree | 3e81063647058741332e6d3857157dfeca940753 | |
parent | Fixed email (diff) | |
download | gentoo-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.ebuild | 5 |
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" |