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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6B8613835B for ; Thu, 11 Feb 2021 08:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB8FE0D6F; Thu, 11 Feb 2021 08:11:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9943E0D71 for ; Thu, 11 Feb 2021 08:11:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB2CE340FD8 for ; Thu, 11 Feb 2021 08:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 748454A6 for ; Thu, 11 Feb 2021 08:11:49 +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: <1613031101.fd2d1f83a313371ea474568fc5d93cd71037bfb0.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.21.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd2d1f83a313371ea474568fc5d93cd71037bfb0 X-VCS-Branch: master Date: Thu, 11 Feb 2021 08:11:49 +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: d5b16244-f381-4425-8e42-213bbbcf3d22 X-Archives-Hash: 6c0bfd27eca91694810d8e5bcc86599d commit: fd2d1f83a313371ea474568fc5d93cd71037bfb0 Author: Sam James gentoo org> AuthorDate: Thu Feb 11 08:11:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 11 08:11:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2d1f83 www-servers/nginx-unit: Stabilize 1.21.0 amd64, #768783 Signed-off-by: Sam James gentoo.org> www-servers/nginx-unit/nginx-unit-1.21.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.21.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.21.0.ebuild index a80013b7a4c..4677a062054 100644 --- a/www-servers/nginx-unit/nginx-unit-1.21.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://unit.nginx.org/download/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" MY_USE="perl python ruby" MY_USE_PHP="php7-2 php7-3 php7-4" IUSE="${MY_USE} ${MY_USE_PHP} ssl"