Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/
Date: Sat, 30 Mar 2019 16:30:24
Message-Id: 1553963361.bef6e190cd44fcf59e30720d54781301890f643a.leio@gentoo
1 commit: bef6e190cd44fcf59e30720d54781301890f643a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 16:26:35 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 16:29:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef6e190
7
8 dev-util/gnome-builder-3.24: json-glib[introspection] is required for build
9
10 In 3.24 jsonrpc-glib is not a split out separate package, thus the global
11 introspection enabling on gnome-builder affects it as well (not optional).
12 jsonrpc-glib GIR requires json-glib GIR, thus add the missing introspection
13 USE dep on json-glib to ensure successful builds.
14 This is not a problem 3.26 and onwards, as jsonrpc-glib introspection
15 support is controlled by USE flag and there are proper conditional USE deps
16 in place in the external package on json-glib already there.
17
18 Fixes: https://bugs.gentoo.org/682060
19 Package-Manager: Portage-2.3.52, Repoman-2.3.12
20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
21
22 dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild | 4 ++--
23 1 file changed, 2 insertions(+), 2 deletions(-)
24
25 diff --git a/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild b/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild
26 index 296e94b8767..b73fb3fee89 100644
27 --- a/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild
28 +++ b/dev-util/gnome-builder/gnome-builder-3.24.2-r1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -41,7 +41,7 @@ RDEPEND="
36 >=dev-libs/libxml2-2.9.0
37 >=x11-libs/pango-1.38.0
38 >=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}]
39 - >=dev-libs/json-glib-1.2.0
40 + >=dev-libs/json-glib-1.2.0[introspection]
41 >=app-text/gspell-1.2.0
42 >=app-text/enchant-1.6.0
43 webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )