www-servers/apache: fix UseLocalUnsorted

Signed-off-by: Brett A C Sheffield <bacs@librecast.net>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/398
Merges: https://codeberg.org/gentoo/gentoo/pulls/398
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Brett A C Sheffield
2026-03-22 15:35:44 +00:00
committed by Sam James
parent 01a258f86a
commit f32c128ff7

View File

@@ -12,10 +12,10 @@
provides HTTP services in sync with the current HTTP standards.
</longdescription>
<use>
<flag name="static">Link in apache2 modules statically rather then plugins</flag>
<flag name="suexec">Install suexec with apache</flag>
<flag name="suexec-caps">Install suexec with capabilities instead of SUID</flag>
<flag name="suexec-syslog">Log suexec to syslog instead of to a separate file</flag>
<flag name="static">Link in apache2 modules statically rather then plugins</flag>
</use>
<upstream>
<remote-id type="github">apache/httpd</remote-id>