commit: b64c38528709dc37937ea9a59fa5e68c2ea1b660 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Sun Jan 14 21:27:26 2024 +0000 Commit: orbea <orbea <AT> riseup <DOT> net> CommitDate: Sun Jan 14 21:27:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=b64c3852
www-servers/apache: sync ::gentoo Signed-off-by: orbea <orbea <AT> riseup.net> www-servers/apache/apache-2.4.57.ebuild | 3 +++ www-servers/apache/apache-2.4.58.ebuild | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www-servers/apache/apache-2.4.57.ebuild b/www-servers/apache/apache-2.4.57.ebuild index 1479520..47ead73 100644 --- a/www-servers/apache/apache-2.4.57.ebuild +++ b/www-servers/apache/apache-2.4.57.ebuild @@ -8,6 +8,9 @@ GENTOO_PATCHSTAMP="20210212" GENTOO_DEVELOPER="polynomial-c" GENTOO_PATCHNAME="gentoo-apache-2.4.46-r6" +# ancient hack: bug #502384 +IUSE="split-usr" + # IUSE/USE_EXPAND magic IUSE_MPMS_FORK="prefork" IUSE_MPMS_THREAD="event worker" diff --git a/www-servers/apache/apache-2.4.58.ebuild b/www-servers/apache/apache-2.4.58.ebuild index a3eea64..2ad153c 100644 --- a/www-servers/apache/apache-2.4.58.ebuild +++ b/www-servers/apache/apache-2.4.58.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,6 +8,9 @@ GENTOO_PATCHSTAMP="20231019" GENTOO_DEVELOPER="graaff" GENTOO_PATCHNAME="gentoo-apache-2.4.58" +# ancient hack: bug #502384 +IUSE="split-usr" + # IUSE/USE_EXPAND magic IUSE_MPMS_FORK="prefork" IUSE_MPMS_THREAD="event worker" @@ -146,7 +149,7 @@ HOMEPAGE="https://httpd.apache.org/" # some helper scripts are Apache-1.1, thus both are here LICENSE="Apache-2.0 Apache-1.1" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" PATCHES=( "${FILESDIR}"/${PN}-2.4.57-libressl.patch )
