diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-24 19:20:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-24 19:20:10 +0300 |
commit | bbc21cc4c894bf6636f78be442235eb9648e1413 (patch) | |
tree | 418b7f1cf1d4f657a6f43a551fd8f526b2df481b /app-editors/featherpad | |
parent | dev-util/dropwatch: drop 1.4_p20150706, EAPI6-- (diff) | |
download | gentoo-bbc21cc4c894bf6636f78be442235eb9648e1413.tar.gz gentoo-bbc21cc4c894bf6636f78be442235eb9648e1413.tar.bz2 gentoo-bbc21cc4c894bf6636f78be442235eb9648e1413.zip |
app-editors/featherpad: fix qt useflags depend
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/featherpad')
-rw-r--r-- | app-editors/featherpad/featherpad-1.5.0-r1.ebuild (renamed from app-editors/featherpad/featherpad-1.5.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/featherpad/featherpad-1.5.0.ebuild b/app-editors/featherpad/featherpad-1.5.0-r1.ebuild index 229b5bbfe620..9b69e0fe90b1 100644 --- a/app-editors/featherpad/featherpad-1.5.0.ebuild +++ b/app-editors/featherpad/featherpad-1.5.0-r1.ebuild @@ -17,7 +17,7 @@ IUSE="+X" RDEPEND=" app-text/hunspell:= - dev-qt/qtbase:6[cups,dbus,gui,widgets] + dev-qt/qtbase:6[dbus,gui,widgets] dev-qt/qtsvg:6 X? ( x11-libs/libX11 ) " |