diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:17:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:17:35 +0000 |
commit | f296d7a028df09ad75462fcc2dc44c40858e2377 (patch) | |
tree | 5648556caabf94a34d204a6d0aca572dfe8ee1a1 /net-im/micq | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | historical-f296d7a028df09ad75462fcc2dc44c40858e2377.tar.gz historical-f296d7a028df09ad75462fcc2dc44c40858e2377.tar.bz2 historical-f296d7a028df09ad75462fcc2dc44c40858e2377.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-im/micq')
-rw-r--r-- | net-im/micq/micq-0.4.9.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/micq/micq-0.4.9.4.ebuild b/net-im/micq/micq-0.4.9.4.ebuild index dc19867fb75e..0ab8f98c2a4c 100644 --- a/net-im/micq/micq-0.4.9.4.ebuild +++ b/net-im/micq/micq-0.4.9.4.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-im/micq/micq-0.4.9.4.ebuild,v 1.6 2004/06/24 22:56:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.4.9.4.ebuild,v 1.7 2004/07/15 00:17:18 agriffis Exp $ SRC_URI="http://www.micq.org/source/${P}.tgz" DESCRIPTION="text based ICQ client with many features" @@ -9,8 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" - -S=${WORKDIR}/${P} +IUSE="" src_compile() { econf || die |