Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffuse/
Date: Mon, 03 Jan 2022 05:21:11
Message-Id: 1641187248.cd40e232579704e8f8905d6d60407070f4f49064.sam@gentoo
1 commit: cd40e232579704e8f8905d6d60407070f4f49064
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 05:20:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 05:20:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd40e232
7
8 dev-util/diffuse: add blocker to RDEPEND
9
10 See https://devmanual.gentoo.org/general-concepts/dependencies/#blockers.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-util/diffuse/diffuse-0.7.2.ebuild | 13 +++++--------
15 1 file changed, 5 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-util/diffuse/diffuse-0.7.2.ebuild b/dev-util/diffuse/diffuse-0.7.2.ebuild
18 index 7e314bbfba40..bc3aa72a1d0f 100644
19 --- a/dev-util/diffuse/diffuse-0.7.2.ebuild
20 +++ b/dev-util/diffuse/diffuse-0.7.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -13,17 +13,14 @@ SRC_URI="https://github.com/MightyCreak/diffuse/archive/v${PV}.tar.gz -> ${P}.ta
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -IUSE=""
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
33
34 -DEPEND="${PYTHON_DEPS}"
35 -RDEPEND="${DEPEND}
36 - $(python_gen_cond_dep '
37 +BDEPEND="${PYTHON_DEPS}"
38 +# file collision, bug #279018
39 +RDEPEND="$(python_gen_cond_dep '
40 dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
41 ')
42 - x11-libs/gtk+:3[introspection]"
43 -# file collision, bug #279018
44 -DEPEND="${DEPEND}
45 + x11-libs/gtk+:3[introspection]
46 !sci-chemistry/tinker"
47
48 src_prepare() {