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 4939D13933E for ; Thu, 8 Jul 2021 15:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888BCE0B46; Thu, 8 Jul 2021 15:37:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6F9E9E0B46 for ; Thu, 8 Jul 2021 15:37:50 +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 980ED342ACB for ; Thu, 8 Jul 2021 15:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C20A7D5 for ; Thu, 8 Jul 2021 15:37:46 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1625758627.6a9f02e9917ae6dfc3dc7251a299edb93dcad0a0.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/pkix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/pkix/pkix-1.0.7.ebuild X-VCS-Directories: dev-erlang/pkix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 6a9f02e9917ae6dfc3dc7251a299edb93dcad0a0 X-VCS-Branch: master Date: Thu, 8 Jul 2021 15:37:46 +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: b66f5adb-beec-4904-9dfa-f2995660f44f X-Archives-Hash: 896511254273f3ef6ad4f1c9acdb3995 commit: 6a9f02e9917ae6dfc3dc7251a299edb93dcad0a0 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jul 8 15:37:07 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jul 8 15:37:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9f02e9 dev-erlang/pkix: Stabilize 1.0.7 amd64 x86, #801088 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/pkix/pkix-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/pkix/pkix-1.0.7.ebuild b/dev-erlang/pkix/pkix-1.0.7.ebuild index ee9f2a24c28..d1c9c9a1e6b 100644 --- a/dev-erlang/pkix/pkix-1.0.7.ebuild +++ b/dev-erlang/pkix/pkix-1.0.7.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86" DOCS=( README.md )