Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbusmenu/
Date: Sun, 14 Oct 2018 13:35:28
Message-Id: 1539524106.7264089733042309b6b8388aa811beb0f99d98a7.asturm@gentoo
1 commit: 7264089733042309b6b8388aa811beb0f99d98a7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 13:33:45 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 13:35:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72640897
7
8 dev-libs/libdbusmenu: Add missing dev-util/glib-utils DEPEND
9
10 Closes: https://bugs.gentoo.org/668578
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
18 index 4adfd72eaac..a5112080a49 100644
19 --- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
20 +++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 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 @@ -34,6 +34,7 @@ RDEPEND="
28 # tests also have optional dep on valgrind which we do not enforce
29 DEPEND="${RDEPEND}
30 app-text/gnome-doc-utils
31 + dev-util/glib-utils
32 dev-util/intltool
33 sys-devel/gettext
34 virtual/pkgconfig[${MULTILIB_USEDEP}]