Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_security/
Date: Sun, 10 Mar 2019 22:38:49
Message-Id: 1552257330.61c02bdcbe2db4c25cb2d76291794a649a4c1ba2.monsieurp@gentoo
1 commit: 61c02bdcbe2db4c25cb2d76291794a649a4c1ba2
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 8 09:35:32 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 22:35:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c02bdc
7
8 www-apache/mod_security: fix building USE=doc.
9
10 Patch-by: Dennis Lichtenthäler
11 Closes: https://bugs.gentoo.org/679522
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/11296
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 www-apache/mod_security/mod_security-2.9.3.ebuild | 9 ++-------
18 1 file changed, 2 insertions(+), 7 deletions(-)
19
20 diff --git a/www-apache/mod_security/mod_security-2.9.3.ebuild b/www-apache/mod_security/mod_security-2.9.3.ebuild
21 index 41cfb5afbc1..f04a0e597d6 100644
22 --- a/www-apache/mod_security/mod_security-2.9.3.ebuild
23 +++ b/www-apache/mod_security/mod_security-2.9.3.ebuild
24 @@ -60,19 +60,14 @@ src_configure() {
25 $(use_enable mlogc)
26 $(use_with lua)
27 $(use_enable lua lua-cache)
28 - $(use_enable jit pcre-jit) )
29 + $(use_enable jit pcre-jit)
30 + $(use_enable doc docs) )
31
32 econf ${myconf[@]}
33 }
34
35 src_compile() {
36 default
37 -
38 - # Building the docs is broken at the moment, see e.g.
39 - # https://github.com/SpiderLabs/ModSecurity/issues/1322
40 - if use doc; then
41 - doxygen doc/doxygen-apache.conf || die 'failed to build documentation'
42 - fi
43 }
44
45 src_install() {