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/gtranslator/
Date: Fri, 07 Dec 2018 19:05:36
Message-Id: 1544209447.4bf479a02b87795820a87043a69baebef107fd3e.leio@gentoo
1 commit: 4bf479a02b87795820a87043a69baebef107fd3e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 16:30:11 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 19:04:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf479a0
7
8 app-text/gtranslator: add missing itstool and glib-utils build deps
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 app-text/gtranslator/gtranslator-2.91.7-r1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
17 index 7e68b60a02a..a5e20391f61 100644
18 --- a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
19 +++ b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -43,8 +43,10 @@ RDEPEND="${COMMON_DEPEND}
27 x11-libs/gtk+:3[introspection] )
28 "
29 DEPEND="${COMMON_DEPEND}
30 + dev-util/glib-utils
31 >=dev-util/gtk-doc-am-1
32 >=dev-util/intltool-0.50.1
33 + dev-util/itstool
34 >=sys-devel/gettext-0.17
35 virtual/pkgconfig
36 "