diff options
Diffstat (limited to 'net-im/gaim/gaim-0.66-r3.ebuild')
-rw-r--r-- | net-im/gaim/gaim-0.66-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/gaim/gaim-0.66-r3.ebuild b/net-im/gaim/gaim-0.66-r3.ebuild index 6f4e988a976e..a4e1cf2e9d48 100644 --- a/net-im/gaim/gaim-0.66-r3.ebuild +++ b/net-im/gaim/gaim-0.66-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.66-r3.ebuild,v 1.3 2003/09/05 11:22:37 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.66-r3.ebuild,v 1.4 2003/09/05 23:58:57 msterret Exp $ IUSE="nls perl spell nas ssl cjk" @@ -8,7 +8,7 @@ DESCRIPTION="GTK Instant Messenger client" HOMEPAGE="http://gaim.sourceforge.net/" EV=2.02 SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2 - ssl? ( mirror://sourceforge/gaim-encryption/encrypt-${EV}.tar.gz )" + ssl? ( mirror://sourceforge/gaim-encryption/encrypt-${EV}.tar.gz )" SLOT="0" LICENSE="GPL-2" @@ -44,9 +44,9 @@ src_unpack() { src_compile() { local myconf - use perl || myconf="${myconf} --disable-perl" - use spell || myconf="${myconf} --disable-gtkspell" - use nls || myconf="${myconf} --disable-nls" + use perl || myconf="${myconf} --disable-perl" + use spell || myconf="${myconf} --disable-gtkspell" + use nls || myconf="${myconf} --disable-nls" use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas" econf ${myconf} || die "Configuration failed" |