diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 10:48:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:10:53 +0100 |
commit | 707c612db997ff1be84d16dde4c532560969e918 (patch) | |
tree | c9ea1b964e2b2bd24c92fd9d1fca14569628e232 /app-office | |
parent | app-misc/pax-utils: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-707c612db997ff1be84d16dde4c532560969e918.tar.gz gentoo-707c612db997ff1be84d16dde4c532560969e918.tar.bz2 gentoo-707c612db997ff1be84d16dde4c532560969e918.zip |
app-office/gnumeric: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.39-r1.ebuild (renamed from app-office/gnumeric/gnumeric-1.12.39.ebuild) | 7 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.44-r1.ebuild (renamed from app-office/gnumeric/gnumeric-1.12.44.ebuild) | 0 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-office/gnumeric/gnumeric-1.12.39.ebuild b/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 index dc288a384e42..dc288a384e42 100644 --- a/app-office/gnumeric/gnumeric-1.12.44.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.44-r1.ebuild |