diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-07-08 21:48:23 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-07-08 21:48:23 +0000 |
commit | 1623c10d54f73df1bfefc44a406004d974b2405d (patch) | |
tree | 1fc7bef9213b36173d65f66aad06270dba9968f6 /net-im/gaim/gaim-1.5.0.ebuild | |
parent | Add patch from bug 139338 to allow compilation with libpng-1.2.12. Thanks to ... (diff) | |
download | historical-1623c10d54f73df1bfefc44a406004d974b2405d.tar.gz historical-1623c10d54f73df1bfefc44a406004d974b2405d.tar.bz2 historical-1623c10d54f73df1bfefc44a406004d974b2405d.zip |
fixing tcl/tk use flag(s)
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'net-im/gaim/gaim-1.5.0.ebuild')
-rw-r--r-- | net-im/gaim/gaim-1.5.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/gaim/gaim-1.5.0.ebuild b/net-im/gaim/gaim-1.5.0.ebuild index e1de83a9ba27..04d0238c2803 100644 --- a/net-im/gaim/gaim-1.5.0.ebuild +++ b/net-im/gaim/gaim-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.5.0.ebuild,v 1.15 2006/07/06 18:41:14 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.5.0.ebuild,v 1.16 2006/07/08 21:48:23 gothgirl Exp $ inherit flag-o-matic eutils toolchain-funcs debug multilib perl-module perl-app @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" -IUSE="nls perl spell nas cjk gnutls silc eds tcltk debug" +IUSE="nls perl spell nas cjk gnutls silc eds tcl tk debug" RDEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 @@ -24,8 +24,8 @@ RDEPEND=">=x11-libs/gtk+-2.0 !gnutls? ( >=dev-libs/nss-3.9.2-r2 ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) eds? ( gnome-extra/evolution-data-server ) - tcltk? ( dev-lang/tcl - dev-lang/tk ) + tcl? ( dev-lang/tcl ) + tk? ( dev-lang/tk ) x11-libs/startup-notification" DEPEND="$RDEPEND |