Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 09 Jan 2022 11:16:16
Message-Id: 1641726964.7300dea1e87cde27364f8cf61399569d8956a07a.soap@gentoo
1 commit: 7300dea1e87cde27364f8cf61399569d8956a07a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 11:16:04 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 11:16:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7300dea1
7
8 apache-2.eclass: remove dead userland_BSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 eclass/apache-2.eclass | 11 +----------
13 1 file changed, 1 insertion(+), 10 deletions(-)
14
15 diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
16 index a67597447ba3..cd930aaf54f4 100644
17 --- a/eclass/apache-2.eclass
18 +++ b/eclass/apache-2.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: apache-2.eclass
25 @@ -450,15 +450,6 @@ apache-2_pkg_setup() {
26 elog "Make sure CONFIG_SYSVIPC=y is set."
27 elog
28
29 - if use userland_BSD; then
30 - elog "On BSD systems you need to add the following line to /boot/loader.conf:"
31 - elog " accf_http_load=\"YES\""
32 - if use ssl ; then
33 - elog " accf_data_load=\"YES\""
34 - fi
35 - elog
36 - fi
37 -
38 if [[ ${EAPI} != 6 ]] && use apache2_modules_lua ; then
39 lua-single_pkg_setup
40 fi