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 67E25158090 for ; Wed, 4 May 2022 07:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41D7E07D8; Wed, 4 May 2022 07:07:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62BCEE07D3 for ; Wed, 4 May 2022 07:07:36 +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 374AE341810 for ; Wed, 4 May 2022 07:07:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F6F448 for ; Wed, 4 May 2022 07:07:33 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1651647961.6bcd3643fbc05412476d8515fd7a453204eb4c75.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boehm-gc/boehm-gc-8.2.0.ebuild X-VCS-Directories: dev-libs/boehm-gc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6bcd3643fbc05412476d8515fd7a453204eb4c75 X-VCS-Branch: master Date: Wed, 4 May 2022 07:07:33 +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: 6d6c8e9c-52c1-4a00-901f-1b5c15b70260 X-Archives-Hash: 74f6e0bc128bdc626e88b98bc51543a0 commit: 6bcd3643fbc05412476d8515fd7a453204eb4c75 Author: WANG Xuerui gentoo org> AuthorDate: Wed May 4 05:34:07 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed May 4 07:06:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcd3643 dev-libs/boehm-gc: keyword 8.2.0 for ~loong Tests passed on real hardware. Signed-off-by: WANG Xuerui gentoo.org> dev-libs/boehm-gc/boehm-gc-8.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boehm-gc/boehm-gc-8.2.0.ebuild b/dev-libs/boehm-gc/boehm-gc-8.2.0.ebuild index 2f32e15298c6..370b81c087bd 100644 --- a/dev-libs/boehm-gc/boehm-gc-8.2.0.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-8.2.0.ebuild @@ -18,7 +18,7 @@ LICENSE="boehm-gc" # We've been using subslot 0 for these instead of "1.1". SLOT="0" # Upstream marked this version as "Pre-release" -KEYWORDS="" +KEYWORDS="~loong" IUSE="cxx +large static-libs +threads" RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"