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 537ED1396D0 for ; Wed, 13 Sep 2017 15:05:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3EE3E0DA3; Wed, 13 Sep 2017 15:05:32 +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 A4FABE0DA3 for ; Wed, 13 Sep 2017 15:05:32 +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 DBB6833BF1C for ; Wed, 13 Sep 2017 15:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3A09085 for ; Wed, 13 Sep 2017 15:05:29 +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: <1505315050.c8b6f56628f80503b52ed8749dc1227b3bd68709.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot/certbot-0.18.1.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c8b6f56628f80503b52ed8749dc1227b3bd68709 X-VCS-Branch: master Date: Wed, 13 Sep 2017 15:05:29 +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: ee94f090-8865-42c5-b483-0298b1ea6960 X-Archives-Hash: 342f0957d647a6f7c6f47503b7c5a8b7 commit: c8b6f56628f80503b52ed8749dc1227b3bd68709 Author: Fabian Groffen gentoo org> AuthorDate: Wed Sep 13 15:04:10 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Sep 13 15:04:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b6f566 app-crypt/certbot: marked ~ppc64 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-crypt/certbot/certbot-0.18.1.ebuild | 2 +- app-crypt/certbot/certbot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/certbot/certbot-0.18.1.ebuild b/app-crypt/certbot/certbot-0.18.1.ebuild index 4075ad538f3..d0a136c5837 100644 --- a/app-crypt/certbot/certbot-0.18.1.ebuild +++ b/app-crypt/certbot/certbot-0.18.1.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi inherit distutils-r1 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index bb11ccafc1d..925097b6b3c 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi inherit distutils-r1