Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Sat, 06 Oct 2018 22:38:10
Message-Id: 1538865372.bd12c881f86683fa317cf87edc53481aa5e8357e.leio@gentoo
1 commit: bd12c881f86683fa317cf87edc53481aa5e8357e
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 21:35:58 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd12c881
7
8 net-libs/libdmapsharing: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667630
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
18 index 3bc13d376e0..f39dca47af4 100644
19 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
20 +++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.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 @@ -26,6 +26,7 @@ RDEPEND="
28 introspection? ( >=dev-libs/gobject-introspection-1.30:= )
29 "
30 DEPEND="${RDEPEND}
31 + dev-util/glib-utils
32 dev-util/gtk-doc-am
33 virtual/pkgconfig
34 test? ( >=dev-libs/check-0.9.4 )