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 CFA01158020 for ; Thu, 10 Nov 2022 00:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9E1E091A; Thu, 10 Nov 2022 00:28:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6A0AE091A for ; Thu, 10 Nov 2022 00:28:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99B88340F01 for ; Thu, 10 Nov 2022 00:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB330748 for ; Thu, 10 Nov 2022 00:28:08 +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: <1668040058.3f7281a48b9f19a9f940a6926750905aba1b1305.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/nginx-unit-1.28.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f7281a48b9f19a9f940a6926750905aba1b1305 X-VCS-Branch: master Date: Thu, 10 Nov 2022 00:28:08 +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: c861995d-857b-4795-807d-e3c287edb52b X-Archives-Hash: 21c9a9de2c9eac8cd0cf8616547a0b64 commit: 3f7281a48b9f19a9f940a6926750905aba1b1305 Author: Sam James gentoo org> AuthorDate: Thu Nov 10 00:27:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 10 00:27:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7281a4 www-servers/nginx-unit: Stabilize 1.28.0 amd64, #880609 Signed-off-by: Sam James gentoo.org> www-servers/nginx-unit/nginx-unit-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.28.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.28.0.ebuild index c72136b53615..173c5e8782e1 100644 --- a/www-servers/nginx-unit/nginx-unit-1.28.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.28.0.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" MY_USE="perl python ruby" MY_USE_PHP="php7-4 php8-0 php8-1 " IUSE="${MY_USE} ${MY_USE_PHP} ssl"