summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-01-13 18:24:56 +0000
committerOlivier Crête <tester@gentoo.org>2007-01-13 18:24:56 +0000
commitc43cddcd95611c25e8c4035a9fe95351a34593b1 (patch)
treebf7407c21b1d230d696987be3a5cb29bdf880588 /net-im/micq/micq-0.5.1.ebuild
parentNew version, cleanup old (diff)
downloadgentoo-2-c43cddcd95611c25e8c4035a9fe95351a34593b1.tar.gz
gentoo-2-c43cddcd95611c25e8c4035a9fe95351a34593b1.tar.bz2
gentoo-2-c43cddcd95611c25e8c4035a9fe95351a34593b1.zip
Change tcltk use flag into tcl, bug #17808
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-im/micq/micq-0.5.1.ebuild')
-rw-r--r--net-im/micq/micq-0.5.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/micq/micq-0.5.1.ebuild b/net-im/micq/micq-0.5.1.ebuild
index 2f094e27eaab..9001929b185d 100644
--- a/net-im/micq/micq-0.5.1.ebuild
+++ b/net-im/micq/micq-0.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.1.ebuild,v 1.1 2006/02/08 12:57:45 reb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/micq/micq-0.5.1.ebuild,v 1.2 2007/01/13 18:24:56 tester Exp $
-IUSE="tcltk ssl"
+IUSE="tcl ssl"
SRC_URI="http://www.micq.org/source/${P}.tgz"
DESCRIPTION="ICQ text-mode client with many features"
@@ -14,11 +14,11 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
DEPEND="virtual/libc
ssl? ( >=net-libs/gnutls-0.8.10
dev-libs/openssl )
- tcltk? ( dev-lang/tcl )"
+ tcl? ( dev-lang/tcl )"
src_compile() {
- econf `use_enable tcltk tcl` \
+ econf `use_enable tcl` \
`use_enable ssl` \
|| die "econf failed"
emake || die