diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 08:16:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 08:16:35 +0000 |
commit | d8c81fcc9e7dc4bacd4add2b1e3a763422518bcc (patch) | |
tree | aa3c22d72c97f736a2bc772a63dbb327b2cae5cd /app-office | |
parent | Adapt to latest pygobject don't providing python2.6 support (diff) | |
download | gentoo-2-d8c81fcc9e7dc4bacd4add2b1e3a763422518bcc.tar.gz gentoo-2-d8c81fcc9e7dc4bacd4add2b1e3a763422518bcc.tar.bz2 gentoo-2-d8c81fcc9e7dc4bacd4add2b1e3a763422518bcc.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 'app-office')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.12.ebuild | 4 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.14.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index abcac471e9a4..ba00a3d9890d 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.269 2014/04/23 20:53:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.270 2014/04/26 08:16:35 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> gnumeric-1.12.12.ebuild, + gnumeric-1.12.14.ebuild: + Adapt to latest pygobject don't providing python2.6 support 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnumeric-1.12.13.ebuild: Drop old diff --git a/app-office/gnumeric/gnumeric-1.12.12.ebuild b/app-office/gnumeric/gnumeric-1.12.12.ebuild index ea20df5f0fa3..e3d06c0341c0 100644 --- a/app-office/gnumeric/gnumeric-1.12.12.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.12.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/app-office/gnumeric/gnumeric-1.12.12.ebuild,v 1.3 2014/03/09 11:54:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.12.ebuild,v 1.4 2014/04/26 08:16:35 pacho Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 flag-o-matic python-single-r1 diff --git a/app-office/gnumeric/gnumeric-1.12.14.ebuild b/app-office/gnumeric/gnumeric-1.12.14.ebuild index 6ce23d15b572..339295a86907 100644 --- a/app-office/gnumeric/gnumeric-1.12.14.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.14.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/app-office/gnumeric/gnumeric-1.12.14.ebuild,v 1.1 2014/04/17 13:02:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.14.ebuild,v 1.2 2014/04/26 08:16:34 pacho Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit gnome2 flag-o-matic python-single-r1 |