Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/
Date: Fri, 02 Nov 2018 12:54:10
Message-Id: 1541162287.35af8d0dbb45a33a041433fd570b4cea4b901f8b.leio@gentoo
1 commit: 35af8d0dbb45a33a041433fd570b4cea4b901f8b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 12:37:29 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 12:38:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35af8d0d
7
8 x11-libs/gtksourceview: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/669442
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild | 3 ++-
15 x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild
19 index 9954aad33b5..d21a6d5a14d 100644
20 --- a/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild
21 +++ b/x11-libs/gtksourceview/gtksourceview-2.10.5-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -22,6 +22,7 @@ RDEPEND="
29 >=dev-libs/glib-2.14:2
30 "
31 DEPEND="${RDEPEND}
32 + dev-util/glib-utils
33 dev-util/gtk-doc-am
34 >=dev-util/intltool-0.40
35 >=sys-devel/gettext-0.17
36
37 diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild
38 index 51f9cbe9b68..6b5b4cdefa2 100644
39 --- a/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild
40 +++ b/x11-libs/gtksourceview/gtksourceview-3.24.7.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
47 @@ -26,6 +26,7 @@ RDEPEND="
48 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
49 "
50 DEPEND="${RDEPEND}
51 + dev-util/glib-utils
52 >=dev-util/gtk-doc-am-1.25
53 >=sys-devel/gettext-0.19.4
54 dev-util/itstool