diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 14:00:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:21:31 +0100 |
commit | c4caafb8fe9792ea140e499d6c4d9f6aa5cb07b4 (patch) | |
tree | 8d94ae0c64562dd097c75075c2eae0c0cc4c6ebc /dev-util | |
parent | dev-util/dbus-test-runner: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-c4caafb8fe9792ea140e499d6c4d9f6aa5cb07b4.tar.gz gentoo-c4caafb8fe9792ea140e499d6c4d9f6aa5cb07b4.tar.bz2 gentoo-c4caafb8fe9792ea140e499d6c4d9f6aa5cb07b4.zip |
dev-util/diffuse: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffuse/diffuse-0.4.8-r1.ebuild (renamed from dev-util/diffuse/diffuse-0.4.8.ebuild) | 6 | ||||
-rw-r--r-- | dev-util/diffuse/diffuse-0.5.0_alpha7-r1.ebuild (renamed from dev-util/diffuse/diffuse-0.5.0_alpha7.ebuild) | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/diffuse/diffuse-0.4.8.ebuild b/dev-util/diffuse/diffuse-0.4.8-r1.ebuild index 93a43809a4d2..5a0d5a3968a4 100644 --- a/dev-util/diffuse/diffuse-0.4.8.ebuild +++ b/dev-util/diffuse/diffuse-0.4.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - dev-python/pygtk[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ')" # file collision, bug #279018 DEPEND="${DEPEND} !sci-chemistry/tinker" diff --git a/dev-util/diffuse/diffuse-0.5.0_alpha7.ebuild b/dev-util/diffuse/diffuse-0.5.0_alpha7-r1.ebuild index a9ff6d831b6c..1cb786be52c5 100644 --- a/dev-util/diffuse/diffuse-0.5.0_alpha7.ebuild +++ b/dev-util/diffuse/diffuse-0.5.0_alpha7-r1.ebuild @@ -18,7 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - dev-python/pygobject:3[${PYTHON_USEDEP},cairo] + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP},cairo] + ') x11-libs/gtk+:3[introspection]" # file collision, bug #279018 DEPEND="${DEPEND} |