Gentoo Archives: gentoo-commits

From: Remi Cardona <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-dicts/gnome-dictionary/
Date: Thu, 18 Oct 2018 20:11:15
Message-Id: 1539893433.abf15cfb7bba8947130582968aab062b864e577f.remi@gentoo
1 commit: abf15cfb7bba8947130582968aab062b864e577f
2 Author: Rémi Cardona <remi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 20:09:56 2018 +0000
4 Commit: Remi Cardona <remi <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 20:10:33 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=abf15cfb
7
8 app-dicts/gnome-dictionary: fix build with split glib/glib-utils
9
10 Bug: https://bugs.gentoo.org/668960
11 Signed-off-by: Rémi Cardona <remi <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Manifest-Sign-Key: 0xEF3DBBA8590B6DE89B120B46E4ADD485703CEAFD
14
15 app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild | 3 ++-
16 app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild | 3 ++-
17 2 files changed, 4 insertions(+), 2 deletions(-)
18
19 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
20 index 6eea5908..0547b732 100644
21 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
22 +++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.26.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -26,6 +26,7 @@ RDEPEND="${COMMON_DEPEND}
30 DEPEND="${COMMON_DEPEND}
31 app-text/docbook-xsl-stylesheets
32 dev-libs/appstream-glib
33 + dev-util/glib-utils
34 dev-libs/libxslt
35 dev-util/itstool
36 >=dev-util/meson-0.42.0
37
38 diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
39 index 86cf0a8a..93ba94a8 100644
40 --- a/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
41 +++ b/app-dicts/gnome-dictionary/gnome-dictionary-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -28,6 +28,7 @@ RDEPEND="${COMMON_DEPEND}
49 DEPEND="${COMMON_DEPEND}
50 app-text/docbook-xsl-stylesheets
51 dev-libs/appstream-glib
52 + dev-util/glib-utils
53 dev-libs/libxslt
54 dev-util/itstool
55 >=dev-util/meson-0.42.0