From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-891321-garchives=archives.gentoo.org@lists.gentoo.org> 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 8AB5F1382FE for <garchives@archives.gentoo.org>; Sat, 9 Jul 2016 13:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A6021C03A; Sat, 9 Jul 2016 13:52:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 723D921C03A for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jul 2016 13:52:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ACC2340EFF for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jul 2016 13:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03F1CEF for <gentoo-commits@lists.gentoo.org>; Sat, 9 Jul 2016 13:52:00 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1468072275.96f3f77f3d8c9905c4189e9ebfdd19a1af8c76aa.mrueg@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.8.1.ebuild app-crypt/certbot/certbot-9999.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 96f3f77f3d8c9905c4189e9ebfdd19a1af8c76aa X-VCS-Branch: master Date: Sat, 9 Jul 2016 13:52:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1fdd7793-8d88-4227-9782-b242e4638ff2 X-Archives-Hash: a566adc288451bd004ea90ae1ac0fe37 commit: 96f3f77f3d8c9905c4189e9ebfdd19a1af8c76aa Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 13:51:15 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 13:51:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f3f77f app-crypt/certbot: Keyword ~x86 Gentoo-Bug: #567912 Package-Manager: portage-2.3.0 app-crypt/certbot/certbot-0.8.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.8.1.ebuild b/app-crypt/certbot/certbot-0.8.1.ebuild index df9530c..1a4662f 100644 --- a/app-crypt/certbot/certbot-0.8.1.ebuild +++ b/app-crypt/certbot/certbot-0.8.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~x86" fi inherit distutils-r1 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index df9530c..1a4662f 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then KEYWORDS="" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~x86" fi inherit distutils-r1