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 1B132138334 for ; Sat, 14 Jul 2018 19:16:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC65E0B2E; Sat, 14 Jul 2018 19:16:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8DFF8E0B2E for ; Sat, 14 Jul 2018 19:16:22 +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 CD423335CA0 for ; Sat, 14 Jul 2018 19:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE09C381 for ; Sat, 14 Jul 2018 19:16:18 +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: <1531595767.1bf75f614b508103be5142dd5c3348b085a199d9.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.25.1.ebuild X-VCS-Directories: app-crypt/certbot/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 1bf75f614b508103be5142dd5c3348b085a199d9 X-VCS-Branch: master Date: Sat, 14 Jul 2018 19:16:18 +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: cdbb5c6d-7139-4290-b538-4293196c72b3 X-Archives-Hash: af687538ab253794a8dbf5f8e126cfab commit: 1bf75f614b508103be5142dd5c3348b085a199d9 Author: Matthew Thode gentoo org> AuthorDate: Sat Jul 14 19:14:24 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Jul 14 19:16:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf75f61 app-crypt/certbot: 0.25.1 stable amd64 and x86 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/certbot/certbot-0.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot/certbot-0.25.1.ebuild b/app-crypt/certbot/certbot-0.25.1.ebuild index cf9f45f6fe8..862f352ff1c 100644 --- a/app-crypt/certbot/certbot-0.25.1.ebuild +++ b/app-crypt/certbot/certbot-0.25.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