From 6e007b392bbf15c4faaa4a795eb4e4734854f6b0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 6 Apr 2025 01:03:27 +0100 Subject: [PATCH] dev-erlang/pkix: Stabilize 1.0.10 amd64, #953252 Signed-off-by: Sam James --- dev-erlang/pkix/pkix-1.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-erlang/pkix/pkix-1.0.10.ebuild b/dev-erlang/pkix/pkix-1.0.10.ebuild index 7c07947239e70..cce439726a17f 100644 --- a/dev-erlang/pkix/pkix-1.0.10.ebuild +++ b/dev-erlang/pkix/pkix-1.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,6 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~sparc ~x86" +KEYWORDS="amd64 ~arm ~sparc ~x86" DOCS=( README.md )