commit: 5ce2bc49147383eeb1ca793f6b3eb34f85a166d4 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Wed Jul 29 18:50:18 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 9 02:15:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce2bc49
x11-libs/xapps: Add missing glib-utils dependency Closes: https://bugs.gentoo.org/669678 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/xapps/xapps-1.4.2.ebuild | 3 ++- x11-libs/xapps/xapps-1.8.4.ebuild | 1 + x11-libs/xapps/xapps-1.8.9.ebuild | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild b/x11-libs/xapps/xapps-1.4.2.ebuild index 91cf0720f3f..762e94721fd 100644 --- a/x11-libs/xapps/xapps-1.4.2.ebuild +++ b/x11-libs/xapps/xapps-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,6 +27,7 @@ RDEPEND=" x11-libs/libxkbfile " DEPEND="${RDEPEND} + dev-util/glib-utils sys-devel/gettext dev-util/gtk-doc dev-util/gtk-doc-am diff --git a/x11-libs/xapps/xapps-1.8.4.ebuild b/x11-libs/xapps/xapps-1.8.4.ebuild index 6e106233d42..2768e92fb44 100644 --- a/x11-libs/xapps/xapps-1.8.4.ebuild +++ b/x11-libs/xapps/xapps-1.8.4.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} BDEPEND=" ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-util/glib-utils dev-util/gdbus-codegen >=dev-util/intltool-0.40.6 sys-devel/gettext diff --git a/x11-libs/xapps/xapps-1.8.9.ebuild b/x11-libs/xapps/xapps-1.8.9.ebuild index 978f4e8c17e..dd52321b47f 100644 --- a/x11-libs/xapps/xapps-1.8.9.ebuild +++ b/x11-libs/xapps/xapps-1.8.9.ebuild @@ -38,6 +38,7 @@ DEPEND="${RDEPEND} BDEPEND=" ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] + dev-util/glib-utils dev-util/gdbus-codegen >=dev-util/intltool-0.40.6 sys-devel/gettext
