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 23A9A158043 for ; Wed, 17 Apr 2024 23:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD60E29E9; Wed, 17 Apr 2024 23:20:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3A95AE29E9 for ; Wed, 17 Apr 2024 23:20:36 +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 6777934335C for ; Wed, 17 Apr 2024 23:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E61916D3 for ; Wed, 17 Apr 2024 23:20:33 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1713395977.0499fc6d9c7d1fd3ed198f728e83f28ed8781cc6.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx/nginx-1.24.0-r2.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 0499fc6d9c7d1fd3ed198f728e83f28ed8781cc6 X-VCS-Branch: master Date: Wed, 17 Apr 2024 23:20:33 +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: 8efb8158-70e5-4300-976e-c9f11eb57f78 X-Archives-Hash: 477a7a5d3c80c97a4df65b3c88b5f182 commit: 0499fc6d9c7d1fd3ed198f728e83f28ed8781cc6 Author: Yixun Lan gentoo org> AuthorDate: Wed Apr 17 23:19:37 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Apr 17 23:19:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0499fc6d www-servers/nginx: Keyword 1.24.0-r2 riscv, #930135 Signed-off-by: Yixun Lan gentoo.org> www-servers/nginx/nginx-1.24.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx/nginx-1.24.0-r2.ebuild b/www-servers/nginx/nginx-1.24.0-r2.ebuild index 2671f5576db7..18a7c23a6c61 100644 --- a/www-servers/nginx/nginx-1.24.0-r2.ebuild +++ b/www-servers/nginx/nginx-1.24.0-r2.ebuild @@ -213,7 +213,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_push_stream? ( GPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux" RESTRICT="!test? ( test )"