From 5fb8efbef71335128a954a25a3a73ce8bf6a3d3c Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 6 Jun 2024 12:43:42 +0200 Subject: [PATCH] gui-apps/showmethekey: add missing x11-libs/libX11 dep Signed-off-by: David Roman --- gui-apps/showmethekey/showmethekey-1.12.0.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/showmethekey/showmethekey-1.12.0.ebuild b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild index a405f25940..66a9f888fa 100644 --- a/gui-apps/showmethekey/showmethekey-1.12.0.ebuild +++ b/gui-apps/showmethekey/showmethekey-1.12.0.ebuild @@ -26,7 +26,11 @@ DEPEND=" x11-libs/libxkbcommon x11-libs/pango " -RDEPEND="${DEPEND}" + +RDEPEND=" + ${DEPEND} + x11-libs/libX11 +" src_prepare() { default