diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:34:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:34:25 +0000 |
commit | aaeccaa47dc2b88e2f3fd4ac0994d8a6a2bc0b6f (patch) | |
tree | f1265064d2c7145d0d658ddcf8e66585ead665a2 | |
parent | sync IUSE (+bootstrap), don't dep on arch for gnuconfig_update (diff) | |
download | gentoo-2-aaeccaa47dc2b88e2f3fd4ac0994d8a6a2bc0b6f.tar.gz gentoo-2-aaeccaa47dc2b88e2f3fd4ac0994d8a6a2bc0b6f.tar.bz2 gentoo-2-aaeccaa47dc2b88e2f3fd4ac0994d8a6a2bc0b6f.zip |
sync IUSE (-nls), don't assign S=${WORKDIR}/${P}
-rw-r--r-- | net-misc/selfdhcp/selfdhcp-0.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-misc/selfdhcp/selfdhcp-0.2.ebuild b/net-misc/selfdhcp/selfdhcp-0.2.ebuild index a6a23d662b0a..318c89a1e303 100644 --- a/net-misc/selfdhcp/selfdhcp-0.2.ebuild +++ b/net-misc/selfdhcp/selfdhcp-0.2.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -#IUSE="nls" - -S=${WORKDIR}/${P} DESCRIPTION="a small stealth network autoconfigure software." SRC_URI="mirror://sourceforge/selfdhcp/${P}.tar.bz2" HOMEPAGE="http://selfdhcp.sourceforge.net" KEYWORDS="~x86 ~sparc ~ppc" +IUSE="" LICENSE="GPL-2" SLOT="0" |