diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-30 22:56:40 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-31 17:36:16 +0000 |
commit | d696d0acb609eb856c3052c8f9f3aea848d2d6d1 (patch) | |
tree | 50e94067428666433c99a35ffb6492206ffad6c2 /www-servers | |
parent | www-servers/apache: drop 2.4.57-r1, 2.4.57-r2, 2.4.57-r3, 2.4.57-r4 (diff) | |
download | gentoo-d696d0acb609eb856c3052c8f9f3aea848d2d6d1.tar.gz gentoo-d696d0acb609eb856c3052c8f9f3aea848d2d6d1.tar.bz2 gentoo-d696d0acb609eb856c3052c8f9f3aea848d2d6d1.zip |
www-servers/apache: apache-2.eclass: inline USE=split-usr
It is undesirable and should be removed, which requires inlining into
each ebuild and then removing it in a revbump.
Bug: https://bugs.gentoo.org/502384
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/apache-2.4.57-r5.ebuild | 3 | ||||
-rw-r--r-- | www-servers/apache/apache-2.4.57.ebuild | 3 | ||||
-rw-r--r-- | www-servers/apache/apache-2.4.58-r1.ebuild | 3 | ||||
-rw-r--r-- | www-servers/apache/apache-2.4.58.ebuild | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/www-servers/apache/apache-2.4.57-r5.ebuild b/www-servers/apache/apache-2.4.57-r5.ebuild index 649085501170..02691c5f39d9 100644 --- a/www-servers/apache/apache-2.4.57-r5.ebuild +++ b/www-servers/apache/apache-2.4.57-r5.ebuild @@ -8,6 +8,9 @@ GENTOO_PATCHSTAMP="20231011" GENTOO_DEVELOPER="graaff" GENTOO_PATCHNAME="gentoo-apache-2.4.57-r5" +# 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.57.ebuild b/www-servers/apache/apache-2.4.57.ebuild index c5ef6767c8fe..cf939d694848 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-r1.ebuild b/www-servers/apache/apache-2.4.58-r1.ebuild index 9ca9e8c742c0..7a858a9b3cbf 100644 --- a/www-servers/apache/apache-2.4.58-r1.ebuild +++ b/www-servers/apache/apache-2.4.58-r1.ebuild @@ -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" diff --git a/www-servers/apache/apache-2.4.58.ebuild b/www-servers/apache/apache-2.4.58.ebuild index aa9944f2f03f..af8224e7166b 100644 --- a/www-servers/apache/apache-2.4.58.ebuild +++ b/www-servers/apache/apache-2.4.58.ebuild @@ -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" |