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 7614215A7DA for ; Thu, 16 Mar 2023 23:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0CE7E09AB; Thu, 16 Mar 2023 23:17:28 +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 A6341E09AB for ; Thu, 16 Mar 2023 23:17:28 +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 C74D9340E39 for ; Thu, 16 Mar 2023 23:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 674B38DA for ; Thu, 16 Mar 2023 23:17:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679008626.6cdf67347fd9d0f1f59293282a08d73a3bf31772.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild X-VCS-Directories: dev-ml/camlp-streams/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6cdf67347fd9d0f1f59293282a08d73a3bf31772 X-VCS-Branch: master Date: Thu, 16 Mar 2023 23:17:26 +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: 959c89c2-404c-428f-82b2-4968ad7d3cad X-Archives-Hash: 3a11aa96294132c9d7dc5bd2537592cd commit: 6cdf67347fd9d0f1f59293282a08d73a3bf31772 Author: Sam James gentoo org> AuthorDate: Thu Mar 16 23:17:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 16 23:17:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdf6734 dev-ml/camlp-streams: Stabilize 5.0.1 arm64, #901641 Signed-off-by: Sam James gentoo.org> dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild index d70a39d04000..38d27b6b5ecf 100644 --- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild +++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86" DEPEND="" RDEPEND="${DEPEND}"