diff options
author | 2014-04-26 08:22:29 +0000 | |
---|---|---|
committer | 2014-04-26 08:22:29 +0000 | |
commit | b01b1fd30aef85b26e68c047b237e8766487447b (patch) | |
tree | 3372f388e57473cc6e351519bc1e25ff7c665588 /gnome-base | |
parent | Adapt to latest pygobject don't providing python2.6 support (diff) | |
download | gentoo-2-b01b1fd30aef85b26e68c047b237e8766487447b.tar.gz gentoo-2-b01b1fd30aef85b26e68c047b237e8766487447b.tar.bz2 gentoo-2-b01b1fd30aef85b26e68c047b237e8766487447b.zip |
Adapt to latest pygobject don't providing python2.6 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-shell/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.10.4-r1.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.10.4-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog index 21e0551c86a0..9c9d22a4888c 100644 --- a/gnome-base/gnome-shell/ChangeLog +++ b/gnome-base/gnome-shell/ChangeLog @@ -1,6 +1,10 @@ # 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.72 2014/04/12 09:35:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.73 2014/04/26 08:22:29 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> gnome-shell-3.10.4-r1.ebuild, + gnome-shell-3.10.4-r2.ebuild: + Adapt to latest pygobject don't providing python2.6 support *gnome-shell-3.10.4-r2 (12 Apr 2014) diff --git a/gnome-base/gnome-shell/gnome-shell-3.10.4-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.10.4-r1.ebuild index a2cafade1c39..a56f1614c164 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.10.4-r1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.10.4-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 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.10.4-r1.ebuild,v 1.3 2014/03/16 10:55:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.10.4-r1.ebuild,v 1.4 2014/04/26 08:22:29 pacho 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 diff --git a/gnome-base/gnome-shell/gnome-shell-3.10.4-r2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.10.4-r2.ebuild index c650a6d30df3..b61a2e40e75c 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.10.4-r2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.10.4-r2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 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.10.4-r2.ebuild,v 1.1 2014/04/12 09:35:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.10.4-r2.ebuild,v 1.2 2014/04/26 08:22:29 pacho 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 |