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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6322815807B for ; Sat, 26 Oct 2024 06:02:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B113E09CC; Sat, 26 Oct 2024 06:02:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73D3BE09CC for ; Sat, 26 Oct 2024 06:02:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86229343105 for ; Sat, 26 Oct 2024 06:02:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D171EBD for ; Sat, 26 Oct 2024 06:02:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729922529.1ad5931e0ef3c5e27277f67c391fe8a66d5f0fea.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/modsecurity-crs/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild X-VCS-Directories: www-apache/modsecurity-crs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1ad5931e0ef3c5e27277f67c391fe8a66d5f0fea X-VCS-Branch: master Date: Sat, 26 Oct 2024 06:02:11 +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: 46002278-8a76-4c2d-8281-c1978b2df198 X-Archives-Hash: 0009bf38616c915a3caf35215534f634 commit: 1ad5931e0ef3c5e27277f67c391fe8a66d5f0fea Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 26 06:01:29 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 26 06:02:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad5931e www-apache/modsecurity-crs: Stabilize 4.7.0 x86, #942136 Signed-off-by: Joonas Niilola gentoo.org> www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild index 0969a8e43cfe..fe3c87163c0e 100644 --- a/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild +++ b/www-apache/modsecurity-crs/modsecurity-crs-4.7.0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/coreruleset-${MY_PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+apache2" RDEPEND="apache2? ( >=www-apache/mod_security-2.9.6 )"