Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wtype/
Date: Tue, 05 Apr 2022 13:08:42
Message-Id: 1649160219.68668a2263ab8db824a180aaafbc0bd8c6f31ead.arthurzam@gentoo
1 commit: 68668a2263ab8db824a180aaafbc0bd8c6f31ead
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Tue Apr 5 12:02:59 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 12:03:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68668a22
7
8 gui-apps/wtype: fixed missing dependencies
9
10 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
11
12 gui-apps/wtype/wtype-0.4.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/gui-apps/wtype/wtype-0.4.ebuild b/gui-apps/wtype/wtype-0.4.ebuild
16 index 09069a93f..8e4ea1a34 100644
17 --- a/gui-apps/wtype/wtype-0.4.ebuild
18 +++ b/gui-apps/wtype/wtype-0.4.ebuild
19 @@ -14,9 +14,10 @@ SLOT="0"
20 KEYWORDS="~amd64"
21 IUSE=""
22
23 -DEPEND=""
24 +DEPEND="dev-libs/wayland
25 + x11-libs/libxkbcommon"
26 RDEPEND="${DEPEND}"
27 -BDEPEND=""
28 +BDEPEND="dev-util/cmake"
29
30 src_configure() {
31 meson_src_configure