commit: 6608010a69f8d3633a772179c20a68b6fcad1d1a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 15:55:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 15:56:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6608010a
gui-wm/hikari: fix dev-libs/wayland-protocols dependency
This belongs in DEPEND, not BDEPEND, because we need
the 'right type' (they could differ) of the headers and
for them to be in the right location.
Signed-off-by: Sam James <sam <AT> gentoo.org>
gui-wm/hikari/hikari-2.2.2-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gui-wm/hikari/hikari-2.2.2-r1.ebuild
b/gui-wm/hikari/hikari-2.2.2-r1.ebuild
index bff348af91a..c576fc0ef13 100644
--- a/gui-wm/hikari/hikari-2.2.2-r1.ebuild
+++ b/gui-wm/hikari/hikari-2.2.2-r1.ebuild
@@ -31,8 +31,10 @@ RDEPEND="
x11-misc/xkeyboard-config
"
+# Needeed in DEPEND only (not BDEPEND as need to be right location etc)
+DEPEND+=" dev-libs/wayland-protocols"
+
BDEPEND="
- dev-libs/wayland-protocols
sys-devel/bmake
virtual/pkgconfig
"