diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-08-18 09:51:26 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-18 10:06:17 +0300 |
commit | e0dfe344940c8db52b20f773a4104d19e6963b7f (patch) | |
tree | 841cc338c88e69045c4e4f9ced05c278ff942132 /app-editors/featherpad | |
parent | app-editors/featherpad: drop 1.0.0, 1.0.1 (diff) | |
download | gentoo-e0dfe344940c8db52b20f773a4104d19e6963b7f.tar.gz gentoo-e0dfe344940c8db52b20f773a4104d19e6963b7f.tar.bz2 gentoo-e0dfe344940c8db52b20f773a4104d19e6963b7f.zip |
app-editors/featherpad: add a missing dependency dev-qt/qtdbus:5
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/featherpad')
-rw-r--r-- | app-editors/featherpad/featherpad-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/featherpad/featherpad-1.3.1.ebuild b/app-editors/featherpad/featherpad-1.3.1.ebuild index caabbdc69a62..c456752a0f7c 100644 --- a/app-editors/featherpad/featherpad-1.3.1.ebuild +++ b/app-editors/featherpad/featherpad-1.3.1.ebuild @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~riscv ~x86" IUSE="+X" RDEPEND="app-text/hunspell:= - >=dev-qt/qtcore-5.15.0 + >=dev-qt/qtcore-5.15.0:5 + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 |