diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-07-21 09:29:26 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-07-21 09:29:26 +0300 |
commit | 0d297eabecd90137d76328c19052b2079ed6f788 (patch) | |
tree | dfaa4703c8c6ac191c65b394b4482ff20249b159 /app-editors | |
parent | app-editors/featherpad: add 1.4.1 (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |