commit: 62d74870e07b5c75999e0cbb1f89917ab7f421c7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 02:18:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:23:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d74870
apache-2.eclass: drop dead prefix targets
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/apache-2.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 3dc3b3e56db0..5ff17fd8d228 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -476,7 +476,7 @@ apache-2_src_prepare() {
# 03_all_gentoo-apache-tools.patch injects -Wl,-z,now, which is not a
good
# idea for everyone
case ${CHOST} in
- *-linux-gnu|*-solaris*|*-freebsd*)
+ *-linux-gnu|*-solaris*)
# do nothing, these use GNU binutils
:
;;