diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-01-11 11:50:40 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-01-11 11:50:40 +0000 |
commit | d9f96ce3beb8aad4678859d12309937c1c017578 (patch) | |
tree | c88535675761e112dcdaca107191803d7d4bbcf8 /gnome-base | |
parent | Version bump. (diff) | |
download | gentoo-2-d9f96ce3beb8aad4678859d12309937c1c017578.tar.gz gentoo-2-d9f96ce3beb8aad4678859d12309937c1c017578.tar.bz2 gentoo-2-d9f96ce3beb8aad4678859d12309937c1c017578.zip |
Raise dependency on gsettings-desktop-schemas per bug #536156. Drop unsupported python from PYTHON_COMPAT.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-shell/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog index d638c2a81b02..9c47110e8855 100644 --- a/gnome-base/gnome-shell/ChangeLog +++ b/gnome-base/gnome-shell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-shell -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.84 2014/12/23 23:55:19 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.85 2015/01/11 11:50:40 eva Exp $ + + 11 Jan 2015; Gilles Dartiguelongue <eva@gentoo.org> + gnome-shell-3.14.3.ebuild: + Raise dependency on gsettings-desktop-schemas per bug #536156. Drop + unsupported python from PYTHON_COMPAT. *gnome-shell-3.14.3 (23 Dec 2014) diff --git a/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild index c70cd86d2204..83d75f17e0b4 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild,v 1.1 2014/12/23 23:55:19 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.14.3.ebuild,v 1.2 2015/01/11 11:50:40 eva Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd @@ -33,7 +33,7 @@ COMMON_DEPEND=" >=dev-libs/json-glib-0.13.2 >=dev-libs/libcroco-0.6.8:0.6 >=gnome-base/gnome-desktop-3.7.90:3=[introspection] - >=gnome-base/gsettings-desktop-schemas-3.12 + >=gnome-base/gsettings-desktop-schemas-3.14 >=gnome-base/gnome-keyring-3.3.90 gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-3.5.3:= |