Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/eekboard/
Date: Wed, 06 Feb 2019 13:54:49
Message-Id: 1549461198.ed63035fea67b6703447ea0ed222d4966464bc4e.hattya@gentoo
1 commit: ed63035fea67b6703447ea0ed222d4966464bc4e
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 6 13:53:18 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 6 13:53:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed63035f
7
8 dev-libs/eekboard: add missing dependency
9
10 Closes: https://bugs.gentoo.org/669740
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
18 index ca6e8505a0a..b71ffb2f97a 100644
19 --- a/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
20 +++ b/dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -31,6 +31,7 @@ RDEPEND="app-accessibility/at-spi2-core
28 xtest? ( x11-libs/libXtst )"
29 DEPEND="${RDEPEND}
30 ${PYTHON_DEPS}
31 + dev-util/glib-utils
32 dev-util/gtk-doc
33 dev-util/gtk-doc-am
34 dev-util/intltool