Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/modsecurity/
Date: Fri, 02 Dec 2022 03:38:19
Message-Id: 1669952285.b62d5101040be65cd095df2d07ce1eae36aa69d5.sam@gentoo
1 commit: b62d5101040be65cd095df2d07ce1eae36aa69d5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 03:38:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 03:38:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62d5101
7
8 dev-libs/modsecurity: Stabilize 3.0.8 amd64, #883951
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/modsecurity/modsecurity-3.0.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/modsecurity/modsecurity-3.0.8.ebuild b/dev-libs/modsecurity/modsecurity-3.0.8.ebuild
16 index e9eef68e65bf..fcfe19f0dd73 100644
17 --- a/dev-libs/modsecurity/modsecurity-3.0.8.ebuild
18 +++ b/dev-libs/modsecurity/modsecurity-3.0.8.ebuild
19 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
24 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86"
25 IUSE="doc fuzzyhash geoip geoip2 json lmdb lua pcre2"
26
27 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"