diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:33:19 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:33:19 +0000 |
commit | b08ee4aa93c81a9643747b769e58a80bb3673be4 (patch) | |
tree | fa1d43e2c3bde06c1bb0c18930ba8e15fadb1dc5 /net-misc/udhcp/udhcp-0.9.7.ebuild | |
parent | 12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org (diff) | |
download | historical-b08ee4aa93c81a9643747b769e58a80bb3673be4.tar.gz historical-b08ee4aa93c81a9643747b769e58a80bb3673be4.tar.bz2 historical-b08ee4aa93c81a9643747b769e58a80bb3673be4.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'net-misc/udhcp/udhcp-0.9.7.ebuild')
-rw-r--r-- | net-misc/udhcp/udhcp-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/udhcp/udhcp-0.9.7.ebuild b/net-misc/udhcp/udhcp-0.9.7.ebuild index 547499660896..a96c48325193 100644 --- a/net-misc/udhcp/udhcp-0.9.7.ebuild +++ b/net-misc/udhcp/udhcp-0.9.7.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.7.ebuild,v 1.2 2002/08/14 12:08:08 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.7.ebuild,v 1.3 2002/12/09 04:33:19 manson Exp $ DESCRIPTION="udhcp Server/Client Package" HOMEPAGE="http://udhcp.busybox.net/" SRC_URI="http://udhcp.busybox.net/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " DEPEND="" S=${WORKDIR}/${P} |