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:44:44
Message-Id: 1640133843.8301691c6158cda46edf277b8aa8662934a7d4db.sam@gentoo
1 commit: 8301691c6158cda46edf277b8aa8662934a7d4db
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 00:44:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 00:44:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8301691c
7
8 www-apache/mod_security: Stabilize 2.9.5 amd64, #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 945d55701340..fd9e46406b5a 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} )"