commit: 707c612db997ff1be84d16dde4c532560969e918
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 09:48:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:10:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707c612d
app-office/gnumeric: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{gnumeric-1.12.39.ebuild => gnumeric-1.12.39-r1.ebuild} | 7 +++++--
.../{gnumeric-1.12.44.ebuild => gnumeric-1.12.44-r1.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
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 2ff8d6609df..f12e005b4ce 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