commit: 231a9c083f420b067d7b4bdca73addbdf984bda6 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Feb 15 22:38:31 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Feb 15 22:38:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231a9c08
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 <AT> gentoo.org> app-emulation/libvirt-glib/libvirt-glib-1.0.0-r1.ebuild | 3 ++- app-emulation/libvirt-glib/libvirt-glib-1.0.0.ebuild | 3 ++- 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 0daa19c64aa..c18bd71005a 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 677bcfa6826..5f3df9674b1 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 c0dbda3904f..c18bd71005a 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
