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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85D9F158042 for ; Sat, 26 Oct 2024 06:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BFE0E09C2; Sat, 26 Oct 2024 06:02:14 +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 719EBE09C2 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 723853430FE 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 DD6F11295 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.3a3388e89b379cf6b721eef9ee71cf0a609d4a79.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-3.3.6.ebuild X-VCS-Directories: www-apache/modsecurity-crs/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3a3388e89b379cf6b721eef9ee71cf0a609d4a79 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: f75cf419-1062-481d-b8b1-6b245d550c46 X-Archives-Hash: 9c7f079bcdb7a7002112f64d51d41c19 commit: 3a3388e89b379cf6b721eef9ee71cf0a609d4a79 Author: Joonas Niilola gentoo org> AuthorDate: Sat Oct 26 06:01:24 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=3a3388e8 www-apache/modsecurity-crs: Stabilize 3.3.6 x86, #942136 Signed-off-by: Joonas Niilola gentoo.org> www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild b/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild index 5479429eb7b8..578ba55a9e21 100644 --- a/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild +++ b/www-apache/modsecurity-crs/modsecurity-crs-3.3.6.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/coreruleset-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+apache2" RDEPEND="apache2? ( >=www-apache/mod_security-2.9.6 )"