diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2020-07-29 14:50:18 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-09 02:15:01 +0000 |
commit | 5ce2bc49147383eeb1ca793f6b3eb34f85a166d4 (patch) | |
tree | 2181417a8359e40729b79725cbf26c70e20e31e9 /x11-libs | |
parent | gnome-extra/cinnamon-settings-daemon: Add missing glib-utils dependency (diff) | |
download | gentoo-5ce2bc49147383eeb1ca793f6b3eb34f85a166d4.tar.gz gentoo-5ce2bc49147383eeb1ca793f6b3eb34f85a166d4.tar.bz2 gentoo-5ce2bc49147383eeb1ca793f6b3eb34f85a166d4.zip |
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@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xapps/xapps-1.4.2.ebuild | 3 | ||||
-rw-r--r-- | x11-libs/xapps/xapps-1.8.4.ebuild | 1 | ||||
-rw-r--r-- | x11-libs/xapps/xapps-1.8.9.ebuild | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild b/x11-libs/xapps/xapps-1.4.2.ebuild index 91cf0720f3f4..762e94721fd8 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 6e106233d427..2768e92fb440 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 978f4e8c17e8..dd52321b47f3 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 |