diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-16 00:38:31 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-16 00:38:31 +0200 |
commit | 231a9c083f420b067d7b4bdca73addbdf984bda6 (patch) | |
tree | ea5210d78c6a857a2a3576b135641520a84c2d8c /app-emulation/libvirt-glib | |
parent | profiles: Remove obsolete mask (diff) | |
download | gentoo-231a9c083f420b067d7b4bdca73addbdf984bda6.tar.gz gentoo-231a9c083f420b067d7b4bdca73addbdf984bda6.tar.bz2 gentoo-231a9c083f420b067d7b4bdca73addbdf984bda6.zip |
app-emulation/libvirt-glib: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/668584
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild | 1 |
3 files changed, 5 insertions, 2 deletions
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 index 0daa19c64aaa..c18bd71005a4 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ RDEPEND=" >=dev-libs/glib-2.38.0:2 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )" DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 virtual/pkgconfig diff --git a/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild index 677bcfa6826d..5f3df9674b16 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,6 +32,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 virtual/pkgconfig diff --git a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild index c0dbda3904fc..c18bd71005a4 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-2.0.0.ebuild @@ -25,6 +25,7 @@ RDEPEND=" >=dev-libs/glib-2.38.0:2 introspection? ( >=dev-libs/gobject-introspection-0.10.8:= )" DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 virtual/pkgconfig |