Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Sat, 06 Oct 2018 22:37:50
Message-Id: 1538865378.96f58751b764d4390c65d6a0cf480a528a84fef4.leio@gentoo
1 commit: 96f58751b764d4390c65d6a0cf480a528a84fef4
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 21:51:21 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f58751
7
8 app-text/gspell: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667722
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 app-text/gspell/gspell-1.4.2.ebuild | 3 ++-
15 app-text/gspell/gspell-1.6.1.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/app-text/gspell/gspell-1.4.2.ebuild b/app-text/gspell/gspell-1.4.2.ebuild
19 index 25328fe7e66..ec2125c80b3 100644
20 --- a/app-text/gspell/gspell-1.4.2.ebuild
21 +++ b/app-text/gspell/gspell-1.4.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -25,6 +25,7 @@ RDEPEND="
29 vala? ( $(vala_depend) )
30 "
31 DEPEND="${RDEPEND}
32 + dev-util/glib-utils
33 >=dev-util/gtk-doc-am-1.25
34 >=sys-devel/gettext-0.19.4
35 virtual/pkgconfig
36
37 diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild
38 index c47de38e859..120ad059c3a 100644
39 --- a/app-text/gspell/gspell-1.6.1.ebuild
40 +++ b/app-text/gspell/gspell-1.6.1.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 "
49 DEPEND="${RDEPEND}
50 dev-libs/libxml2:2
51 + dev-util/glib-utils
52 >=dev-util/gtk-doc-am-1.25
53 >=sys-devel/gettext-0.19.4
54 virtual/pkgconfig