commit:     cd40e232579704e8f8905d6d60407070f4f49064
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 05:20:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  3 05:20:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd40e232

dev-util/diffuse: add blocker to RDEPEND

See https://devmanual.gentoo.org/general-concepts/dependencies/#blockers.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/diffuse/diffuse-0.7.2.ebuild | 13 +++++--------
 1 file 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() {

Reply via email to