diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 18:24:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 18:24:15 +0000 |
commit | 5e174668162360193c53d2a10aec93a02339876d (patch) | |
tree | 7e951eada18090950656641ee1a7c380560fef25 /net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild | |
parent | ver bump #46535 (diff) | |
download | historical-5e174668162360193c53d2a10aec93a02339876d.tar.gz historical-5e174668162360193c53d2a10aec93a02339876d.tar.bz2 historical-5e174668162360193c53d2a10aec93a02339876d.zip |
touchups
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild index be4f21d4fc59..12a6f28fb19c 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.1 2004/03/08 23:49:00 seemant Exp $ - -IUSE="build static" +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.2 2004/04/16 18:24:15 vapier Exp $ inherit gnuconfig flag-o-matic eutils @@ -13,12 +11,12 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz http://dev.gentoo.org/~drobbins/${P}.diff.bz2 http://dev.gentoo.org/~drobbins/${P}-keepCacheAndResolv.diff.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64" +IUSE="build static" DEPEND="virtual/glibc" - PROVIDE="virtual/dhcpc" src_unpack() { @@ -56,9 +54,9 @@ src_compile() { src_install() { einstall sbindir=${D}/sbin || die "Install failed" - if [ -z "`use build`" ] + if ! use build then - dodoc AUTHORS COPYING ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README else rm -rf ${D}/usr/share fi |