summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2023-07-21 09:29:26 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-07-21 09:29:26 +0300
commit0d297eabecd90137d76328c19052b2079ed6f788 (patch)
treedfaa4703c8c6ac191c65b394b4482ff20249b159 /app-editors
parentapp-editors/featherpad: add 1.4.1 (diff)
downloadgentoo-0d297eabecd90137d76328c19052b2079ed6f788.tar.gz
gentoo-0d297eabecd90137d76328c19052b2079ed6f788.tar.bz2
gentoo-0d297eabecd90137d76328c19052b2079ed6f788.zip
app-editors/featherpad: add missing xorg-proto dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/featherpad/featherpad-1.4.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/featherpad/featherpad-1.4.1.ebuild b/app-editors/featherpad/featherpad-1.4.1.ebuild
index 2fa0af267aef..88d6e56287b5 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() {