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 586B7138334 for ; Sat, 14 Jul 2018 19:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8679DE0B4C; Sat, 14 Jul 2018 19:16:25 +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 2B2A4E0B4C for ; Sat, 14 Jul 2018 19:16:24 +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 97DA4335C8C for ; Sat, 14 Jul 2018 19:16:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1521382 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: <1531595768.32596fecd3adaa642b87863b5847ebfcb7c2e515.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-apache/certbot-apache-0.25.1.ebuild X-VCS-Directories: app-crypt/certbot-apache/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 32596fecd3adaa642b87863b5847ebfcb7c2e515 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: 68e295eb-d67d-443b-9f6b-005ab62eb950 X-Archives-Hash: 703136a0333c58743566d608f80f5bc9 commit: 32596fecd3adaa642b87863b5847ebfcb7c2e515 Author: Matthew Thode gentoo org> AuthorDate: Sat Jul 14 19:14:53 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Jul 14 19:16:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32596fec app-crypt/certbot-apache: 0.25.1 stable amd64 and x86 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/certbot-apache/certbot-apache-0.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot-apache/certbot-apache-0.25.1.ebuild b/app-crypt/certbot-apache/certbot-apache-0.25.1.ebuild index 243b9c52b64..b0ecabafe1c 100644 --- a/app-crypt/certbot-apache/certbot-apache-0.25.1.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-0.25.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then S=${WORKDIR}/${P}/${PN} else SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz -> ${PN%-apache}-${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S=${WORKDIR}/${PN%-apache}-${PV}/${PN} fi