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/gtef/
Date: Sat, 06 Oct 2018 22:37:52
Message-Id: 1538865380.d36dd997a6e50d912f75bc930055b554535aa5ae.leio@gentoo
1 commit: d36dd997a6e50d912f75bc930055b554535aa5ae
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 21:53:07 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36dd997
7
8 x11-libs/gtef: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667736
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/gtef/gtef-2.0.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-libs/gtef/gtef-2.0.1.ebuild b/x11-libs/gtef/gtef-2.0.1.ebuild
18 index 8be374567d7..e674966f57a 100644
19 --- a/x11-libs/gtef/gtef-2.0.1.ebuild
20 +++ b/x11-libs/gtef/gtef-2.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -27,6 +27,7 @@ DEPEND="${DEPEND}
28 test? ( dev-util/valgrind )
29 vala? ( $(vala_depend) )
30 >=sys-devel/gettext-0.19.4
31 + dev-util/glib-utils
32 >=dev-util/gtk-doc-am-1.25
33 virtual/pkgconfig
34 "