diff options
-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() { |