mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
gui-apps/showmethekey: add missing x11-libs/libX11 dep
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -26,7 +26,11 @@ DEPEND="
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pango
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
x11-libs/libX11
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
Reference in New Issue
Block a user