commit: f26e92e67003bc767c420446be6a3b47e02f64fc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 2 20:22:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 2 21:31:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26e92e6
dev-db/mariadb: fix UseLocalUnsorted
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/mariadb/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-db/mariadb/metadata.xml b/dev-db/mariadb/metadata.xml
index 909151a47221..dec6fe8d137f 100644
--- a/dev-db/mariadb/metadata.xml
+++ b/dev-db/mariadb/metadata.xml
@@ -21,12 +21,12 @@
<flag name="pam">Enable the optional PAM authentication plugin
for the server</flag>
<flag name="profiling">Add support for statement profiling
(requires USE=community).</flag>
<flag name="rocksdb">Add support for RocksDB; a key/value, LSM
database optimized for flash storage</flag>
+ <flag name="s3">Build the S3 storage engine</flag>
<flag name="server">Build the server program</flag>
<flag name="sphinx">Add suport for the sphinx full-text search
engine</flag>
- <flag name="sst-rsync">Add tools needed to support the rsync
SST method</flag>
<flag name="sst-mariabackup">Add tools needed to support the
mariabackup SST method</flag>
+ <flag name="sst-rsync">Add tools needed to support the rsync
SST method</flag>
<flag name="systemtap">Build support for profiling and tracing
using <pkg>dev-debug/systemtap</pkg></flag>
- <flag name="s3">Build the S3 storage engine</flag>
<flag name="test">Install upstream testsuites for end
use.</flag>
<flag name="yassl">Enable SSL connections and crypto functions
using the bundled yaSSL</flag>
</use>