diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 12:08:08 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 12:08:08 +0000 |
commit | 307231ce9c20ebfd3ec3ba24be643fd3d49e599b (patch) | |
tree | 53cb1619dc329414d04899aeac81be47463377c2 /net-misc/udhcp | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | historical-307231ce9c20ebfd3ec3ba24be643fd3d49e599b.tar.gz historical-307231ce9c20ebfd3ec3ba24be643fd3d49e599b.tar.bz2 historical-307231ce9c20ebfd3ec3ba24be643fd3d49e599b.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-misc/udhcp')
-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 233e4066a723..547499660896 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.1 2002/08/03 06:52:15 christoph Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/udhcp/udhcp-0.9.7.ebuild,v 1.2 2002/08/14 12:08:08 murphy 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" +KEYWORDS="x86 sparc sparc64" DEPEND="" S=${WORKDIR}/${P} |