commit:     e94f40bb02351a2bf76793fbef28cc83966c1b5a
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 01:09:09 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 01:09:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94f40bb

gui-apps/mako: fix build error on missing dep

Closes: https://bugs.gentoo.org/710328
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 gui-apps/mako/mako-1.4.1.ebuild | 1 +
 gui-apps/mako/mako-9999.ebuild  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gui-apps/mako/mako-1.4.1.ebuild b/gui-apps/mako/mako-1.4.1.ebuild
index 3596f2bb146..7595ec3b37e 100644
--- a/gui-apps/mako/mako-1.4.1.ebuild
+++ b/gui-apps/mako/mako-1.4.1.ebuild
@@ -36,6 +36,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-libs/wayland-protocols
 "
 BDEPEND="
        virtual/pkgconfig

diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild
index 60eca46bf3e..b615074bfcd 100644
--- a/gui-apps/mako/mako-9999.ebuild
+++ b/gui-apps/mako/mako-9999.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=7
@@ -36,6 +36,7 @@ DEPEND="
 "
 RDEPEND="
        ${DEPEND}
+       dev-libs/wayland-protocols
 "
 BDEPEND="
        virtual/pkgconfig

Reply via email to