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 B86D315800F for ; Wed, 11 Jan 2023 05:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B469E07E0; Wed, 11 Jan 2023 05:07:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 512C5E07E0 for ; Wed, 11 Jan 2023 05:07:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EB6F340CC0 for ; Wed, 11 Jan 2023 05:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 862437F2 for ; Wed, 11 Jan 2023 05:07:38 +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: <1673413644.5f8751fbbcc6686c17bbba174b74773fe2d546e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/rapidyaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild X-VCS-Directories: dev-cpp/rapidyaml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f8751fbbcc6686c17bbba174b74773fe2d546e4 X-VCS-Branch: master Date: Wed, 11 Jan 2023 05:07:38 +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: 2a9394aa-5b2a-4080-a2bd-d923829c672b X-Archives-Hash: 308057fdfa0ae6e64447f80d0cafbbcb commit: 5f8751fbbcc6686c17bbba174b74773fe2d546e4 Author: Sam James gentoo org> AuthorDate: Wed Jan 11 05:07:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 11 05:07:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8751fb dev-cpp/rapidyaml: Stabilize 0.5.0 ppc64, #890350 Signed-off-by: Sam James gentoo.org> dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild index 10dbe4e8cdf3..cd3e88059385 100644 --- a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild +++ b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild @@ -26,7 +26,7 @@ S="${WORKDIR}/${P}-src" LICENSE="MIT Boost-1.0 BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 arm64 ppc64 ~x86" IUSE="debug test" RESTRICT="!test? ( test )"