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 2D4B21382C5 for ; Mon, 26 Feb 2018 12:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59101E08FC; Mon, 26 Feb 2018 12:56:43 +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 374AFE08FC for ; Mon, 26 Feb 2018 12:56:43 +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 5DC5C335C2F for ; Mon, 26 Feb 2018 12:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040C2216 for ; Mon, 26 Feb 2018 12:56:41 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1519649738.1d06207c220b8d1c5464c0205f4adf85e39a9aea.prometheanfire@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.21.1.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 1d06207c220b8d1c5464c0205f4adf85e39a9aea X-VCS-Branch: master Date: Mon, 26 Feb 2018 12:56:41 +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: 33de2d2a-09ef-4ed7-b136-bff929936f91 X-Archives-Hash: 70c3cf76aca1515306767e81d669deef commit: 1d06207c220b8d1c5464c0205f4adf85e39a9aea Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 26 12:41:57 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Feb 26 12:55:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d06207c app-crypt/certbot: 0.21.1 stable amd64 and x86 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-crypt/certbot/certbot-0.21.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot/certbot-0.21.1.ebuild b/app-crypt/certbot/certbot-0.21.1.ebuild index 10f9b67afa2..fe734acd2c2 100644 --- a/app-crypt/certbot/certbot-0.21.1.ebuild +++ b/app-crypt/certbot/certbot-0.21.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc64 x86" fi inherit distutils-r1