diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-07-18 11:52:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-07-18 11:52:57 +0000 |
commit | 31cea181c7820145b477ef8c8143f5072d52e008 (patch) | |
tree | a1c28fe5e16bc3b6194029922530296d13e81de8 /gnome-base | |
parent | Old. (diff) | |
download | gentoo-2-31cea181c7820145b477ef8c8143f5072d52e008.tar.gz gentoo-2-31cea181c7820145b477ef8c8143f5072d52e008.tar.bz2 gentoo-2-31cea181c7820145b477ef8c8143f5072d52e008.zip |
Raise glib version in RDEPEND, bug #375477 by gentoo at jesshaas dot com.
(Portage version: 2.1.10.6/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/nautilus/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index 38cf27656b2c..3633d87aba8e 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/nautilus # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.378 2011/07/17 20:59:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.379 2011/07/18 11:52:57 pacho Exp $ + + 18 Jul 2011; Pacho Ramos <pacho@gentoo.org> nautilus-2.32.2.1-r1.ebuild: + Raise glib version in RDEPEND, bug #375477 by gentoo at jesshaas dot com. 17 Jul 2011; Markus Meier <maekke@gentoo.org> nautilus-2.32.2.1-r1.ebuild: arm stable, bug #369909 diff --git a/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild b/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild index 83c6248e5c62..43c381abbe92 100644 --- a/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild +++ b/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild,v 1.4 2011/07/17 20:59:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild,v 1.5 2011/07/18 11:52:57 pacho Exp $ EAPI="3" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="doc gnome +introspection xmp" -RDEPEND=">=dev-libs/glib-2.25.9:2 +RDEPEND=">=dev-libs/glib-2.28.0:2 >=gnome-base/gnome-desktop-2.29.91:2 >=x11-libs/pango-1.1.2 >=x11-libs/gtk+-2.22:2[introspection?] |