summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2009-04-02 11:49:28 +0000
committerMichael Januszewski <spock@gentoo.org>2009-04-02 11:49:28 +0000
commita2703dfd6e9c394a4db184848781ba7417d91e63 (patch)
treee79add035e51af4b5a0c735ce528cfb4a56d29f6 /net-im/gnugadu/gnugadu-2.3.0.ebuild
parentVersion bump, security bug #252416. (diff)
downloadgentoo-2-a2703dfd6e9c394a4db184848781ba7417d91e63.tar.gz
gentoo-2-a2703dfd6e9c394a4db184848781ba7417d91e63.tar.bz2
gentoo-2-a2703dfd6e9c394a4db184848781ba7417d91e63.zip
Fix bug #264078 (missing dependency on app-text/aspell).
(Portage version: 2.1.6.11/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-im/gnugadu/gnugadu-2.3.0.ebuild')
-rw-r--r--net-im/gnugadu/gnugadu-2.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gnugadu/gnugadu-2.3.0.ebuild b/net-im/gnugadu/gnugadu-2.3.0.ebuild
index 8384b1c5658c..b52debf919ac 100644
--- a/net-im/gnugadu/gnugadu-2.3.0.ebuild
+++ b/net-im/gnugadu/gnugadu-2.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.3.0.ebuild,v 1.8 2008/05/18 13:52:21 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gnugadu/gnugadu-2.3.0.ebuild,v 1.9 2009/04/02 11:49:28 spock Exp $
IUSE="debug dbus tlen esd oss xosd arts jabber perl spell gnutls"
@@ -24,7 +24,7 @@ RDEPEND="net-libs/libgadu
arts? ( >=kde-base/arts-0.9.5 )
esd? ( media-sound/esound )
tlen? ( net-libs/libtlen )
- spell? ( app-text/gtkspell )
+ spell? ( app-text/gtkspell app-text/aspell )
gnutls? ( net-libs/gnutls )
dbus? ( >=dev-libs/dbus-glib-0.71 )
x11-libs/libXScrnSaver"