diff options
-rw-r--r-- | app-office/gnumeric/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index 2190e7002a74..7062f1ed8c3e 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.236 2012/12/27 22:15:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.237 2012/12/27 23:35:24 pacho Exp $ + + 27 Dec 2012; Pacho Ramos <pacho@gentoo.org> gnumeric-1.12.0.ebuild: + Add forgotten PYTHON_USEDEP (thanks to Gilles for noticing) *gnumeric-1.12.0 (27 Dec 2012) diff --git a/app-office/gnumeric/gnumeric-1.12.0.ebuild b/app-office/gnumeric/gnumeric-1.12.0.ebuild index b0ad85ce2464..c5b7412e7d03 100644 --- a/app-office/gnumeric/gnumeric-1.12.0.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.0.ebuild,v 1.1 2012/12/27 22:15:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.0.ebuild,v 1.2 2012/12/27 23:35:24 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -38,7 +38,7 @@ RDEPEND="sys-libs/zlib introspection? ( >=dev-libs/gobject-introspection-1.0.0:= ) perl? ( dev-lang/perl ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3.0.0:3 ) + >=dev-python/pygobject-3.0.0:3[${PYTHON_USEDEP}] ) " # libgda? ( # >=gnome-extra/libgda-4.1.1:4.0 |