Diff apache-2.4.57 with a apache-2.4.57-r1

/usr/portage/www-servers/apache/apache-2.4.57-r1.ebuild 2023-10-09 14:52:35.896368512 +0300
30 30
# slotmem_shm: Slot-based shared memory provider (for lbmethod_byrequests).
31 31
# socache_shmcb: shared object cache provider. Default config with ssl needs it
32 32
# unixd: fixes startup error: Invalid command 'User'
33
IUSE_MODULES="access_compat actions alias asis auth_basic auth_digest auth_form
33
IUSE_MODULES="access_compat actions alias allowmethods asis auth_basic auth_digest auth_form
34 34
authn_anon authn_core authn_dbd authn_dbm authn_file authn_socache authz_core
35 35
authz_dbd authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex
36 36
brotli cache cache_disk cache_socache cern_meta charset_lite cgi cgid dav dav_fs dav_lock
......
144 144
# some helper scripts are Apache-1.1, thus both are here
145 145
LICENSE="Apache-2.0 Apache-1.1"
146 146
SLOT="2"
147
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris"
147
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris"
148 148

  
149 149
PATCHES=(
150 150
	"${FILESDIR}"/${PN}-2.4.54-no-which.patch # bug #844868
Thank you!