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 C8DFD158091 for ; Tue, 7 Jun 2022 08:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C90CE08CE; Tue, 7 Jun 2022 08:26:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 02104E08CE for ; Tue, 7 Jun 2022 08:26:50 +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 1B8003418CA for ; Tue, 7 Jun 2022 08:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36E1500 for ; Tue, 7 Jun 2022 08:26:45 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1654590341.0d9db9afdfb4217818fefa5a4ee917e8a70849c0.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild X-VCS-Directories: app-crypt/acme-tiny/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0d9db9afdfb4217818fefa5a4ee917e8a70849c0 X-VCS-Branch: master Date: Tue, 7 Jun 2022 08:26: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: d37f47f1-6c0a-44f4-8ea6-650a256c0553 X-Archives-Hash: a3aee24340c981a0f48b1cafda4e4562 commit: 0d9db9afdfb4217818fefa5a4ee917e8a70849c0 Author: Jakov Smolić gentoo org> AuthorDate: Tue Jun 7 08:25:41 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Jun 7 08:25:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9db9af app-crypt/acme-tiny: Stabilize 5.0.1 amd64, #850265 Signed-off-by: Jakov Smolić gentoo.org> app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild index b1ca9c31e4af..7215ad7dae76 100644 --- a/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-5.0.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/diafygi/${PN}.git" else SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol"