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 | 415b499354894b924bb1a33114d39a7e9f99ac61 (patch) | |
tree | 5d2c939f08abeee1e6c7178d8c9b491399bbb2d4 /net-im/micq | |
parent | sync IUSE (+gnome), don't assign S=${WORKDIR}/${P}, trim trailing whitespace ... (diff) | |
download | gentoo-2-415b499354894b924bb1a33114d39a7e9f99ac61.tar.gz gentoo-2-415b499354894b924bb1a33114d39a7e9f99ac61.tar.bz2 gentoo-2-415b499354894b924bb1a33114d39a7e9f99ac61.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 |