From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56E90158094 for ; Wed, 27 Jul 2022 08:11:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F55FE110C; Wed, 27 Jul 2022 08:11:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21521E1109 for ; Wed, 27 Jul 2022 08:11:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3613D340BF1 for ; Wed, 27 Jul 2022 08:11:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B508955B for ; Wed, 27 Jul 2022 08:11:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658909475.c2312c6500f5e60c6b554cbdeb4b99e9148cec1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/modsecurity/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/modsecurity/modsecurity-3.0.7.ebuild X-VCS-Directories: dev-libs/modsecurity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2312c6500f5e60c6b554cbdeb4b99e9148cec1c X-VCS-Branch: master Date: Wed, 27 Jul 2022 08:11:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8bd2c16-10aa-4fc9-a0c1-35dea096ef45 X-Archives-Hash: a11d40f51adb724f26fb0c6a22f3ac6f commit: c2312c6500f5e60c6b554cbdeb4b99e9148cec1c Author: Sam James gentoo org> AuthorDate: Wed Jul 27 08:11:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 27 08:11:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2312c65 dev-libs/modsecurity: Keyword 3.0.7 arm64, #859367 Signed-off-by: Sam James gentoo.org> dev-libs/modsecurity/modsecurity-3.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/modsecurity/modsecurity-3.0.7.ebuild b/dev-libs/modsecurity/modsecurity-3.0.7.ebuild index 5eed83999703..6a604332810b 100644 --- a/dev-libs/modsecurity/modsecurity-3.0.7.ebuild +++ b/dev-libs/modsecurity/modsecurity-3.0.7.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="doc fuzzyhash geoip geoip2 json lmdb lua pcre2" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"