diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-31 21:43:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-07-31 21:43:30 +0000 |
commit | 923346657488dfe4c3419776b3e8d4cfd0e867ea (patch) | |
tree | f3b33bf4759ab07cd9671b7af0c5a667d92a38d3 /gnome-base | |
parent | dev-util/nemiver: s/pkg_config/pkg_setup/ (thanks to Torsten Veller) (diff) | |
download | gentoo-2-923346657488dfe4c3419776b3e8d4cfd0e867ea.tar.gz gentoo-2-923346657488dfe4c3419776b3e8d4cfd0e867ea.tar.bz2 gentoo-2-923346657488dfe4c3419776b3e8d4cfd0e867ea.zip |
artificially raise libbonobo requirement to avoid bugs similar to bug #229611.
(Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libbonoboui/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index 30034ef81234..201dee3543e1 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.160 2008/07/30 21:44:26 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.161 2008/07/31 21:43:30 eva Exp $ + + 31 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> + libbonoboui-2.22.0.ebuild: + artificially raise libbonobo requirement to avoid bugs similar to bug + #229611. 30 Jul 2008; Brent Baude <ranger@gentoo.org> libbonoboui-2.22.0.ebuild: Marking libbonoboui-2.22.0 ppc stable for bug 229709 diff --git a/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild b/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild index 106d3ffbf438..694ff27bd601 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild,v 1.4 2008/07/30 21:44:26 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.22.0.ebuild,v 1.5 2008/07/31 21:43:30 eva Exp $ inherit eutils virtualx gnome2 @@ -14,7 +14,7 @@ IUSE="doc" # GTK+ dep due to bug #126565 RDEPEND=">=gnome-base/libgnomecanvas-1.116 - >=gnome-base/libbonobo-2.13 + >=gnome-base/libbonobo-2.22 >=gnome-base/libgnome-2.13.7 >=dev-libs/libxml2-2.4.20 >=gnome-base/gconf-2 |