Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/
Date: Wed, 09 Sep 2020 02:15:58
Message-Id: 1599617701.5ce2bc49147383eeb1ca793f6b3eb34f85a166d4.sam@gentoo
1 commit: 5ce2bc49147383eeb1ca793f6b3eb34f85a166d4
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Wed Jul 29 18:50:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 02:15:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce2bc49
7
8 x11-libs/xapps: Add missing glib-utils dependency
9
10 Closes: https://bugs.gentoo.org/669678
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 x11-libs/xapps/xapps-1.4.2.ebuild | 3 ++-
16 x11-libs/xapps/xapps-1.8.4.ebuild | 1 +
17 x11-libs/xapps/xapps-1.8.9.ebuild | 1 +
18 3 files changed, 4 insertions(+), 1 deletion(-)
19
20 diff --git a/x11-libs/xapps/xapps-1.4.2.ebuild b/x11-libs/xapps/xapps-1.4.2.ebuild
21 index 91cf0720f3f..762e94721fd 100644
22 --- a/x11-libs/xapps/xapps-1.4.2.ebuild
23 +++ b/x11-libs/xapps/xapps-1.4.2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -27,6 +27,7 @@ RDEPEND="
31 x11-libs/libxkbfile
32 "
33 DEPEND="${RDEPEND}
34 + dev-util/glib-utils
35 sys-devel/gettext
36 dev-util/gtk-doc
37 dev-util/gtk-doc-am
38
39 diff --git a/x11-libs/xapps/xapps-1.8.4.ebuild b/x11-libs/xapps/xapps-1.8.4.ebuild
40 index 6e106233d42..2768e92fb44 100644
41 --- a/x11-libs/xapps/xapps-1.8.4.ebuild
42 +++ b/x11-libs/xapps/xapps-1.8.4.ebuild
43 @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}
44 BDEPEND="
45 ${PYTHON_DEPS}
46 dev-python/pygobject:3[${PYTHON_USEDEP}]
47 + dev-util/glib-utils
48 dev-util/gdbus-codegen
49 >=dev-util/intltool-0.40.6
50 sys-devel/gettext
51
52 diff --git a/x11-libs/xapps/xapps-1.8.9.ebuild b/x11-libs/xapps/xapps-1.8.9.ebuild
53 index 978f4e8c17e..dd52321b47f 100644
54 --- a/x11-libs/xapps/xapps-1.8.9.ebuild
55 +++ b/x11-libs/xapps/xapps-1.8.9.ebuild
56 @@ -38,6 +38,7 @@ DEPEND="${RDEPEND}
57 BDEPEND="
58 ${PYTHON_DEPS}
59 dev-python/pygobject:3[${PYTHON_USEDEP}]
60 + dev-util/glib-utils
61 dev-util/gdbus-codegen
62 >=dev-util/intltool-0.40.6
63 sys-devel/gettext