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 EE4E91396D0 for ; Wed, 13 Sep 2017 15:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 582B9E0CB8; Wed, 13 Sep 2017 15:05:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 394AFE0CB8 for ; Wed, 13 Sep 2017 15:05:31 +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 126E333E4AD for ; Wed, 13 Sep 2017 15:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9EB6907F for ; Wed, 13 Sep 2017 15:05:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1505314582.e7d3e6695ee01983b7b2dcff9ae18b33d8e6c13a.grobian@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.13.5.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e7d3e6695ee01983b7b2dcff9ae18b33d8e6c13a X-VCS-Branch: master Date: Wed, 13 Sep 2017 15:05:28 +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-Archives-Salt: 9f5f36ab-6cce-4af8-9628-577cd1fd13a4 X-Archives-Hash: 5cc221c7187b9c8e1bcce1e827e3688e commit: e7d3e6695ee01983b7b2dcff9ae18b33d8e6c13a Author: Fabian Groffen gentoo org> AuthorDate: Wed Sep 13 14:56:22 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Sep 13 14:56:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d3e669 www-servers/nginx: marked ~ppc64 Package-Manager: Portage-2.3.6, Repoman-2.3.1 www-servers/nginx/nginx-1.13.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx/nginx-1.13.5.ebuild b/www-servers/nginx/nginx-1.13.5.ebuild index 1f7375d4372..96e741f7f53 100644 --- a/www-servers/nginx/nginx-1.13.5.ebuild +++ b/www-servers/nginx/nginx-1.13.5.ebuild @@ -172,7 +172,7 @@ LICENSE="BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_push_stream? ( GPL-3 )" SLOT="mainline" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" # Package doesn't provide a real test suite RESTRICT="test"