diff options
author | 2004-11-16 20:50:10 +0000 | |
---|---|---|
committer | 2004-11-16 20:50:10 +0000 | |
commit | 781c91c21ac05933618bdd022c85cb13fc6e0dee (patch) | |
tree | bc89bf307eb209ff82f558d3d096901698ff359e /gnome-base | |
parent | Version bump. Closes bug #71270. (Manifest recommit) (diff) | |
download | gentoo-2-781c91c21ac05933618bdd022c85cb13fc6e0dee.tar.gz gentoo-2-781c91c21ac05933618bdd022c85cb13fc6e0dee.tar.bz2 gentoo-2-781c91c21ac05933618bdd022c85cb13fc6e0dee.zip |
Change dependency from gnome-base/orbit version 2.9.2 to version 2.12.0 so that libbonobo compiles correctly with gcc >= 3.4.2...
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libbonobo/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libbonobo/libbonobo-2.8.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gnome-base/libbonobo/ChangeLog b/gnome-base/libbonobo/ChangeLog index 0748906f4502..786b2860175e 100644 --- a/gnome-base/libbonobo/ChangeLog +++ b/gnome-base/libbonobo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libbonobo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.66 2004/11/12 02:14:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/ChangeLog,v 1.67 2004/11/16 20:50:10 s4t4n Exp $ + + 16 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> libbonobo-2.8.0.ebuild: + Depend on >=gnome-base/orbit version 2.12.0 rather than 2.9.2, otherwise + it won't compile with gcc >= 3.4.2. And yes, orbit-2.12.0 is marked stable + for all arches libbonobo is, too ;-) 11 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> libbonobo-2.8.0.ebuild: Stable on sparc diff --git a/gnome-base/libbonobo/libbonobo-2.8.0.ebuild b/gnome-base/libbonobo/libbonobo-2.8.0.ebuild index 352fe5f0c22c..f5b794c41081 100644 --- a/gnome-base/libbonobo/libbonobo-2.8.0.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.8.0.ebuild,v 1.5 2004/11/12 02:14:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonobo/libbonobo-2.8.0.ebuild,v 1.6 2004/11/16 20:50:10 s4t4n Exp $ inherit gnome2 @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc ~alpha sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64 ~arm" IUSE="doc" RDEPEND=">=dev-libs/glib-2.3.2 - >=gnome-base/orbit-2.9.2 + >=gnome-base/orbit-2.12.0 >=dev-libs/libxml2-2.4.20 dev-libs/popt !gnome-base/bonobo-activation" |