Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_security/
Date: Wed, 22 Dec 2021 00:45:36
Message-Id: 1640133909.08981e8a04e4601931df4d3d035d7d11559bc7f4.sam@gentoo
1 commit: 08981e8a04e4601931df4d3d035d7d11559bc7f4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 00:45:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 00:45:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08981e8a
7
8 www-apache/mod_security: Stabilize 2.9.5 x86, #829741
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apache/mod_security/mod_security-2.9.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apache/mod_security/mod_security-2.9.5.ebuild b/www-apache/mod_security/mod_security-2.9.5.ebuild
16 index fd9e46406b5a..03b2d414b760 100644
17 --- a/www-apache/mod_security/mod_security-2.9.5.ebuild
18 +++ b/www-apache/mod_security/mod_security-2.9.5.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/SpiderLabs/ModSecurity/releases/download/v${PV}/${MY
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="doc fuzzyhash geoip jit json lua mlogc"
26
27 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"