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 0B2CA138331 for ; Sat, 3 Mar 2018 09:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2916CE09E5; Sat, 3 Mar 2018 09:47:02 +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 080BAE09E5 for ; Sat, 3 Mar 2018 09:47:02 +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 3ABC5335C30 for ; Sat, 3 Mar 2018 09:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9E7A238 for ; Sat, 3 Mar 2018 09:46:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520070414.405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild app-crypt/certbot-nginx/certbot-nginx-9999.ebuild X-VCS-Directories: app-crypt/certbot-nginx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9 X-VCS-Branch: master Date: Sat, 3 Mar 2018 09:46:59 +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: 4cbca6ef-d916-4204-9cb1-dd00d8a89ec9 X-Archives-Hash: d02f898200ca30df817e27adc3512745 commit: 405a331d5d5c1c3e3d9eaa8ddad95df055d65cf9 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 3 09:34:21 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 3 09:46:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405a331d app-crypt/certbot-nginx: Dekeyword ~arm64 due to deps app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild | 2 +- app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild | 2 +- app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild index ad1524f82a0..d8d4c6b6a24 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.20.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild b/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild index ad1524f82a0..d8d4c6b6a24 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-0.21.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index 94d8fd92279..d267c60f775 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> ${PN%-nginx}-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" S=${WORKDIR}/${PN%-nginx}-${PV}/${PN} fi