From 0d297eabecd90137d76328c19052b2079ed6f788 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 21 Jul 2023 09:29:26 +0300 Subject: [PATCH] app-editors/featherpad: add missing xorg-proto dep Signed-off-by: Joonas Niilola --- app-editors/featherpad/featherpad-1.4.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/featherpad/featherpad-1.4.1.ebuild b/app-editors/featherpad/featherpad-1.4.1.ebuild index 2fa0af267aef2..88d6e56287b5d 100644 --- a/app-editors/featherpad/featherpad-1.4.1.ebuild +++ b/app-editors/featherpad/featherpad-1.4.1.ebuild @@ -26,7 +26,8 @@ RDEPEND="app-text/hunspell:= dev-qt/qtx11extras:5 x11-libs/libX11 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto )" BDEPEND="dev-qt/linguist-tools:5" src_configure() {