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 39845158088 for ; Thu, 20 Jan 2022 20:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D0572BC068; Thu, 20 Jan 2022 20:11:03 +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 430FB2BC068 for ; Thu, 20 Jan 2022 20:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0F8BC343434 for ; Thu, 20 Jan 2022 20:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23CC82B8 for ; Thu, 20 Jan 2022 20:10:59 +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: <1642709432.701e44c03b7bea38690e107f3d1e33eb3a553247.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.8.ebuild X-VCS-Directories: dev-erlang/pkix/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 701e44c03b7bea38690e107f3d1e33eb3a553247 X-VCS-Branch: master Date: Thu, 20 Jan 2022 20:10:59 +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: a27cde30-3d28-4fcf-a0ba-ad0c9f7bc2d1 X-Archives-Hash: a06eeb5d77369838e1199184dfeec811 commit: 701e44c03b7bea38690e107f3d1e33eb3a553247 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jan 20 20:10:32 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 20 20:10:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701e44c0 dev-erlang/pkix: Stabilize 1.0.8 amd64, #831401 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/pkix/pkix-1.0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/pkix/pkix-1.0.8.ebuild b/dev-erlang/pkix/pkix-1.0.8.ebuild index b976f0d79be3..48437553fd02 100644 --- a/dev-erlang/pkix/pkix-1.0.8.ebuild +++ b/dev-erlang/pkix/pkix-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )