From: Michał Górny Date: Fri, 7 Feb 2020 09:48:36 +0000 (+0100) Subject: app-office/gnumeric: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=707c612db997ff1be84d16dde4c532560969e918;p=gentoo.git app-office/gnumeric: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/app-office/gnumeric/gnumeric-1.12.39.ebuild b/app-office/gnumeric/gnumeric-1.12.39-r1.ebuild similarity index 91% rename from app-office/gnumeric/gnumeric-1.12.39.ebuild rename to app-office/gnumeric/gnumeric-1.12.39-r1.ebuild index 2ff8d6609df0..f12e005b4cec 100644 --- a/app-office/gnumeric/gnumeric-1.12.39.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.39-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -39,7 +39,10 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1:= ) perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + >=dev-python/pygobject-3:3[${PYTHON_MULTI_USEDEP}] + ') + ) libgda? ( gnome-extra/libgda:5[gtk] ) " DEPEND="${RDEPEND} diff --git a/app-office/gnumeric/gnumeric-1.12.44.ebuild b/app-office/gnumeric/gnumeric-1.12.44-r1.ebuild similarity index 100% rename from app-office/gnumeric/gnumeric-1.12.44.ebuild rename to app-office/gnumeric/gnumeric-1.12.44-r1.ebuild