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 75CC1138359 for ; Sat, 21 Nov 2020 07:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2FDE0788; Sat, 21 Nov 2020 07:21:44 +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 83B49E0788 for ; Sat, 21 Nov 2020 07:21:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6F4C8340D7B for ; Sat, 21 Nov 2020 07:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B081F456 for ; Sat, 21 Nov 2020 07:21:40 +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: <1605943255.2bea48644045490092fbb754058a8a3496bf85ba.juippis@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.20.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2bea48644045490092fbb754058a8a3496bf85ba X-VCS-Branch: master Date: Sat, 21 Nov 2020 07:21:40 +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: 3d72b7c2-9b40-47d7-8564-4bf96d0b4fbc X-Archives-Hash: 24abf2e772c49b1cb45c1b1f65119392 commit: 2bea48644045490092fbb754058a8a3496bf85ba Author: Joonas Niilola gentoo org> AuthorDate: Sat Nov 21 07:20:55 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Nov 21 07:20:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bea4864 www-servers/nginx-unit: stabilize 1.20.0 on amd64 Closes: https://bugs.gentoo.org/755872 Signed-off-by: Joonas Niilola gentoo.org> www-servers/nginx-unit/nginx-unit-1.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.20.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.20.0.ebuild index ac0c6c8fc95..49c2f106174 100644 --- a/www-servers/nginx-unit/nginx-unit-1.20.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.20.0.ebuild @@ -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"