diff options
author | 2007-03-12 21:47:54 +0000 | |
---|---|---|
committer | 2007-03-12 21:47:54 +0000 | |
commit | c489e2e1b99881240a0f2b785564029749f25a5b (patch) | |
tree | c3dc2314a70c363e872ca9f8e327cf8490565ea0 /net-im/gossip | |
parent | Replacing text-markup herd with the new sgml herd. (diff) | |
download | gentoo-2-c489e2e1b99881240a0f2b785564029749f25a5b.tar.gz gentoo-2-c489e2e1b99881240a0f2b785564029749f25a5b.tar.bz2 gentoo-2-c489e2e1b99881240a0f2b785564029749f25a5b.zip |
Add dependency on libgnomeui-2, fixes bug #170637
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-im/gossip')
-rw-r--r-- | net-im/gossip/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.22.ebuild | 3 | ||||
-rw-r--r-- | net-im/gossip/gossip-0.23.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog index 15b988a05cab..069b4ff8e149 100644 --- a/net-im/gossip/ChangeLog +++ b/net-im/gossip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gossip # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.62 2007/03/12 14:25:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.63 2007/03/12 21:47:54 tester Exp $ + + 12 Mar 2007; Olivier Crête <tester@gentoo.org> gossip-0.22.ebuild, + gossip-0.23.ebuild: + Add dependency on libgnomeui-2, fixes bug #170637 12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> gossip-0.23.ebuild: Keyworded ~sparc wrt #170307 diff --git a/net-im/gossip/gossip-0.22.ebuild b/net-im/gossip/gossip-0.22.ebuild index 4049090ef8b2..bf62a0b2689a 100644 --- a/net-im/gossip/gossip-0.22.ebuild +++ b/net-im/gossip/gossip-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.22.ebuild,v 1.6 2007/03/07 20:37:16 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.22.ebuild,v 1.7 2007/03/12 21:47:54 tester Exp $ inherit gnome2 eutils @@ -24,6 +24,7 @@ RDEPEND="|| ( x11-libs/libXScrnSaver >=dev-libs/libxml2-2.6.16 >=dev-libs/libxslt-1 >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 >=gnome-base/gnome-vfs-2 >=net-libs/loudmouth-1 spell? ( app-text/aspell ) diff --git a/net-im/gossip/gossip-0.23.ebuild b/net-im/gossip/gossip-0.23.ebuild index c05afc6fd2a5..7e22ad24286a 100644 --- a/net-im/gossip/gossip-0.23.ebuild +++ b/net-im/gossip/gossip-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.23.ebuild,v 1.4 2007/03/12 14:25:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.23.ebuild,v 1.5 2007/03/12 21:47:54 tester Exp $ inherit gnome2 eutils @@ -21,6 +21,7 @@ RDEPEND="|| ( x11-libs/libXScrnSaver >=dev-libs/libxml2-2.6.16 >=dev-libs/libxslt-1 >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 >=gnome-base/gnome-vfs-2 >=net-libs/loudmouth-1 spell? ( app-text/aspell ) |