diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-12-27 23:35:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-12-27 23:35:24 +0000 |
commit | fbd7461fb3f21f17a416576955c23e6a8f7b45da (patch) | |
tree | 5e3e85ff7fede6cae54ba98ec7949520ada76417 /app-office | |
parent | Move kill_gconf to pkg_setup in an attempt to fix access violations experienc... (diff) | |
download | gentoo-2-fbd7461fb3f21f17a416576955c23e6a8f7b45da.tar.gz gentoo-2-fbd7461fb3f21f17a416576955c23e6a8f7b45da.tar.bz2 gentoo-2-fbd7461fb3f21f17a416576955c23e6a8f7b45da.zip |
Add forgotten PYTHON_USEDEP (thanks to Gilles for noticing)
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-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 |