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-emulation/libvirt-glib/
Date: Fri, 15 Feb 2019 22:38:49
Message-Id: 1550270311.231a9c083f420b067d7b4bdca73addbdf984bda6.leio@gentoo
1 commit: 231a9c083f420b067d7b4bdca73addbdf984bda6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 22:38:31 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 22:38:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231a9c08
7
8 app-emulation/libvirt-glib: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/668584
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild | 3 ++-
15 app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild | 3 ++-
16 app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild | 1 +
17 3 files changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild b/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
20 index 0daa19c64aa..c18bd71005a 100644
21 --- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
22 +++ b/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -25,6 +25,7 @@ RDEPEND="
30 >=dev-libs/glib-2.38.0:2
31 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
32 DEPEND="${RDEPEND}
33 + dev-util/glib-utils
34 dev-util/gtk-doc-am
35 >=dev-util/intltool-0.35.0
36 virtual/pkgconfig
37
38 diff --git a/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild
39 index 677bcfa6826..5f3df9674b1 100644
40 --- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild
41 +++ b/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -32,6 +32,7 @@ RDEPEND="
49 python? ( ${PYTHON_DEPS} )
50 "
51 DEPEND="${RDEPEND}
52 + dev-util/glib-utils
53 dev-util/gtk-doc-am
54 >=dev-util/intltool-0.35.0
55 virtual/pkgconfig
56
57 diff --git a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
58 index c0dbda3904f..c18bd71005a 100644
59 --- a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
60 +++ b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild
61 @@ -25,6 +25,7 @@ RDEPEND="
62 >=dev-libs/glib-2.38.0:2
63 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )"
64 DEPEND="${RDEPEND}
65 + dev-util/glib-utils
66 dev-util/gtk-doc-am
67 >=dev-util/intltool-0.35.0
68 virtual/pkgconfig