net-im/chatterino: fix IUSE and RDEPEND ordering in live ebuild

Signed-off-by: Fabrice Delliaux <netbox253@netc.eu>
This commit is contained in:
Fabrice Delliaux
2026-02-24 09:52:47 +01:00
parent dfa19bda22
commit 120c369e1a

View File

@@ -62,7 +62,7 @@ LICENSE="MIT"
# bundled dependencies
LICENSE+=" Boost-1.0 MIT Unlicense"
SLOT="0"
IUSE="debug libnotify +plugins spell qtkeychain"
IUSE="debug libnotify +plugins qtkeychain spell"
RESTRICT="mirror"
@@ -72,13 +72,13 @@ RDEPEND="
dev-qt/qtbase:6[concurrent,gui,network,widgets]
dev-qt/qtsvg:6
dev-qt/qtimageformats:6
spell? ( app-text/hunspell )
libnotify? (
dev-libs/glib:2
x11-libs/gdk-pixbuf:2
x11-libs/libnotify
)
qtkeychain? ( dev-libs/qtkeychain:= )
spell? ( app-text/hunspell )
"
DEPEND="
${RDEPEND}