diff options
author | 2004-07-15 03:39:06 +0000 | |
---|---|---|
committer | 2004-07-15 03:39:06 +0000 | |
commit | 8c429d38b11dad2e9066bf718a07d6407be1d4e5 (patch) | |
tree | baab17a5324c544e2380256a1eed206f83a8534c /net-misc/totd | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-8c429d38b11dad2e9066bf718a07d6407be1d4e5.tar.gz historical-8c429d38b11dad2e9066bf718a07d6407be1d4e5.tar.bz2 historical-8c429d38b11dad2e9066bf718a07d6407be1d4e5.zip |
sync IUSE (-ipv6), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/totd')
-rw-r--r-- | net-misc/totd/totd-1.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/totd/totd-1.3.ebuild b/net-misc/totd/totd-1.3.ebuild index 298c98ed0900..83f617e278e8 100644 --- a/net-misc/totd/totd-1.3.ebuild +++ b/net-misc/totd/totd-1.3.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/totd/totd-1.3.ebuild,v 1.3 2004/06/25 00:16:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/totd/totd-1.3.ebuild,v 1.4 2004/07/15 03:39:06 agriffis Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -9,11 +9,9 @@ LICENSE="BSD as-is" SLOT="0" KEYWORDS="~x86" -IUSE="ipv6" +IUSE="" DEPEND="" -S=${WORKDIR}/${P} - src_compile() { econf || die emake || die |