commit:     6d47cc0096428e61fd68a89d6c70f1b71853855d
Author:     Brett A C Sheffield <bacs <AT> librecast <DOT> net>
AuthorDate: Tue Mar 10 12:10:48 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 13:14:03 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d47cc00

net-mail/cyrus-imapd: fix unsorted USE flags

Signed-off-by: Brett A C Sheffield <bacs <AT> librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/284
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/cyrus-imapd/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/cyrus-imapd/metadata.xml 
b/net-mail/cyrus-imapd/metadata.xml
index eedfb0270ce7..572d700cc172 100644
--- a/net-mail/cyrus-imapd/metadata.xml
+++ b/net-mail/cyrus-imapd/metadata.xml
@@ -3,12 +3,12 @@
 <pkgmetadata>
        <!-- maintainer-needed -->
        <use>
-               <flag name="replication">Enable replication support</flag>
-               <flag name="sieve">Enable sieve support</flag>
-               <flag name="http">Enable http and http/2 support</flag>
-               <flag name="server">Enable building server binaries</flag>
                <flag name="backup">Enable backup service support</flag>
                <flag name="calalarm">Enable CalDAV alarm support</flag>
+               <flag name="http">Enable http and http/2 support</flag>
+               <flag name="replication">Enable replication support</flag>
+               <flag name="server">Enable building server binaries</flag>
+               <flag name="sieve">Enable sieve support</flag>
                <flag name="xapian">Enable Xapian search engine support</flag>
        </use>
        <upstream>

Reply via email to