commit:     120c369e1a519287e0b1e14e7eb5097563411b53
Author:     Fabrice Delliaux <netbox253 <AT> netc <DOT> eu>
AuthorDate: Tue Feb 24 08:52:47 2026 +0000
Commit:     Fabrice Delliaux <netbox253 <AT> netc <DOT> eu>
CommitDate: Tue Feb 24 08:56:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=120c369e

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

Signed-off-by: Fabrice Delliaux <netbox253 <AT> netc.eu>

 net-im/chatterino/chatterino-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/chatterino/chatterino-9999.ebuild 
b/net-im/chatterino/chatterino-9999.ebuild
index c5f913baa7..011f2a524e 100644
--- a/net-im/chatterino/chatterino-9999.ebuild
+++ b/net-im/chatterino/chatterino-9999.ebuild
@@ -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}

Reply via email to