Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/
Date: Fri, 21 Feb 2020 01:09:38
Message-Id: 1582247368.e94f40bb02351a2bf76793fbef28cc83966c1b5a.prometheanfire@gentoo
1 commit: e94f40bb02351a2bf76793fbef28cc83966c1b5a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 01:09:09 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 01:09:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94f40bb
7
8 gui-apps/mako: fix build error on missing dep
9
10 Closes: https://bugs.gentoo.org/710328
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 gui-apps/mako/mako-1.4.1.ebuild | 1 +
15 gui-apps/mako/mako-9999.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/gui-apps/mako/mako-1.4.1.ebuild b/gui-apps/mako/mako-1.4.1.ebuild
19 index 3596f2bb146..7595ec3b37e 100644
20 --- a/gui-apps/mako/mako-1.4.1.ebuild
21 +++ b/gui-apps/mako/mako-1.4.1.ebuild
22 @@ -36,6 +36,7 @@ DEPEND="
23 "
24 RDEPEND="
25 ${DEPEND}
26 + dev-libs/wayland-protocols
27 "
28 BDEPEND="
29 virtual/pkgconfig
30
31 diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild
32 index 60eca46bf3e..b615074bfcd 100644
33 --- a/gui-apps/mako/mako-9999.ebuild
34 +++ b/gui-apps/mako/mako-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -36,6 +36,7 @@ DEPEND="
42 "
43 RDEPEND="
44 ${DEPEND}
45 + dev-libs/wayland-protocols
46 "
47 BDEPEND="
48 virtual/pkgconfig