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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A543158021 for ; Thu, 22 Dec 2022 19:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FBFFE07DB; Thu, 22 Dec 2022 19:55:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C15FE07DB for ; Thu, 22 Dec 2022 19:55:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F0A8340F05 for ; Thu, 22 Dec 2022 19:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5D597DE for ; Thu, 22 Dec 2022 19:55:45 +0000 (UTC) From: "Matthew 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, "Matthew Thode" Message-ID: <1671738941.d8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a.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-2.0.0.ebuild X-VCS-Directories: app-crypt/certbot-apache/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: d8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a X-VCS-Branch: master Date: Thu, 22 Dec 2022 19:55:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fcb2c4c-9d09-4346-a814-72ad774d2723 X-Archives-Hash: 7f1934bac2787925b65d2f89dd34ea96 commit: d8d1735ffa5aaef08de68e16e37dfb8d1f7b1e0a Author: Matthew Thode gentoo org> AuthorDate: Thu Dec 22 19:55:09 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Dec 22 19:55:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d1735f app-crypt/certbot-apache: stabilize 2.0.0 for amd64, x86 Signed-off-by: Matthew Thode gentoo.org> app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild b/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild index f8549e7c0712..9c216af8fefe 100644 --- a/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild +++ b/app-crypt/certbot-apache/certbot-apache-2.0.0.ebuild @@ -12,7 +12,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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" S=${WORKDIR}/${PN%-apache}-${PV}/${PN} fi