diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:57:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:35:17 +0100 |
commit | c2730034d27b574e5725cb7948658334adce6ff2 (patch) | |
tree | 306c08494440cb465ea181b39b9c41e35dc36898 /sci-calculators | |
parent | sci-biology/tophat: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-c2730034d27b574e5725cb7948658334adce6ff2.tar.gz gentoo-c2730034d27b574e5725cb7948658334adce6ff2.tar.bz2 gentoo-c2730034d27b574e5725cb7948658334adce6ff2.zip |
sci-calculators/gonvert: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild (renamed from sci-calculators/gonvert/gonvert-0.2.39.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-calculators/gonvert/gonvert-0.2.39.ebuild b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild index 5650b346b056..94ef697d8f02 100644 --- a/sci-calculators/gonvert/gonvert-0.2.39.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.39-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-python/pygtk:2[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}] + ')" DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/0.2.23-paths.patch ) |