summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-24 22:11:55 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-24 22:11:55 +0000
commit523395766080238023b3c1b37293d0a606ea7663 (patch)
tree2f82ad92a935220da1244a0a6b5b977ee7672302 /gnome-base
parentLower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo fo... (diff)
downloadgentoo-2-523395766080238023b3c1b37293d0a606ea7663.tar.gz
gentoo-2-523395766080238023b3c1b37293d0a606ea7663.tar.bz2
gentoo-2-523395766080238023b3c1b37293d0a606ea7663.zip
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gconf/ChangeLog6
-rw-r--r--gnome-base/gconf/gconf-3.2.6-r3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog
index 2eaf2e63e534..cbc9164ec95d 100644
--- a/gnome-base/gconf/ChangeLog
+++ b/gnome-base/gconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gconf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.298 2014/06/20 14:45:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.299 2014/06/24 22:11:55 mgorny Exp $
+
+ 24 Jun 2014; Michał Górny <mgorny@gentoo.org> gconf-3.2.6-r3.ebuild:
+ Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
+ GNOME 3.6.
20 Jun 2014; Agostino Sarubbo <ago@gentoo.org> gconf-3.2.6-r2.ebuild:
Stable for arm, wrt bug #508862
diff --git a/gnome-base/gconf/gconf-3.2.6-r3.ebuild b/gnome-base/gconf/gconf-3.2.6-r3.ebuild
index ea5b672d72ce..209569d8e4a6 100644
--- a/gnome-base/gconf/gconf-3.2.6-r3.ebuild
+++ b/gnome-base/gconf/gconf-3.2.6-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r3.ebuild,v 1.2 2014/06/18 19:22:58 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r3.ebuild,v 1.3 2014/06/24 22:11:55 mgorny Exp $
EAPI="5"
GCONF_DEBUG="yes"
@@ -21,7 +21,7 @@ IUSE="debug +introspection ldap policykit"
RDEPEND="
${PYTHON_DEPS}
- >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}]
+ >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
>=dev-libs/dbus-glib-0.100.2:=[${MULTILIB_USEDEP}]
>=sys-apps/dbus-1.6.18-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}]