diff options
author | Sam James <sam@gentoo.org> | 2022-01-03 05:20:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-03 05:20:48 +0000 |
commit | cd40e232579704e8f8905d6d60407070f4f49064 (patch) | |
tree | 0d4b7da3f6cd4323adb442734a5f7cd15efcc1e5 /dev-util | |
parent | media-gfx/asymptote: bump to 2.74 (diff) | |
download | gentoo-cd40e232579704e8f8905d6d60407070f4f49064.tar.gz gentoo-cd40e232579704e8f8905d6d60407070f4f49064.tar.bz2 gentoo-cd40e232579704e8f8905d6d60407070f4f49064.zip |
dev-util/diffuse: add blocker to RDEPEND
See https://devmanual.gentoo.org/general-concepts/dependencies/#blockers.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffuse/diffuse-0.7.2.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-util/diffuse/diffuse-0.7.2.ebuild b/dev-util/diffuse/diffuse-0.7.2.ebuild index 7e314bbfba40..bc3aa72a1d0f 100644 --- a/dev-util/diffuse/diffuse-0.7.2.ebuild +++ b/dev-util/diffuse/diffuse-0.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,17 +13,14 @@ SRC_URI="https://github.com/MightyCreak/diffuse/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' +BDEPEND="${PYTHON_DEPS}" +# file collision, bug #279018 +RDEPEND="$(python_gen_cond_dep ' dev-python/pygobject:3[${PYTHON_USEDEP},cairo] ') - x11-libs/gtk+:3[introspection]" -# file collision, bug #279018 -DEPEND="${DEPEND} + x11-libs/gtk+:3[introspection] !sci-chemistry/tinker" src_prepare() { |