diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-12-20 05:17:24 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-12-20 05:17:24 +0000 |
commit | 85af2225ca580f71ae37836739146be207dce70d (patch) | |
tree | bdf415be6219d693b1e2bbadb741ea9cb71e28b6 /net-im/gaim | |
parent | 2.1.2_rc3-r8 revbump. This fixes bugs #158558 and #158608. (diff) | |
download | gentoo-2-85af2225ca580f71ae37836739146be207dce70d.tar.gz gentoo-2-85af2225ca580f71ae37836739146be207dce70d.tar.bz2 gentoo-2-85af2225ca580f71ae37836739146be207dce70d.zip |
added spell useflag back to ebuild
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta5-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild b/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild index 1b982350ed96..7d89e5da7b48 100644 --- a/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta5-r1.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-2.0.0_beta5-r1.ebuild,v 1.1 2006/12/20 05:10:49 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta5-r1.ebuild,v 1.2 2006/12/20 05:17:24 gothgirl Exp $ inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-app gnome2 @@ -25,6 +25,7 @@ RDEPEND=" ) >=dev-lang/python-2.4 ) gtk? ( + spell? ( >=app-text/gtkspell-2.0.2 ) >=x11-libs/gtk+-2.0 startup-notification? ( >=x11-libs/startup-notification-0.5 ) xscreensaver? ( x11-libs/libXScrnSaver ) @@ -217,7 +218,7 @@ src_compile() { $(use_enable startup-notification) \ $(use_enable tcl) \ $(use_enable gtk sm) \ - $(use_enable gtk gtkspell) \ + $(use_enable spell gtkspell) \ $(use_enable tk) \ $(use_enable xscreensaver screensaver) \ $(use_enable mono) \ |