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 C920C158090 for ; Thu, 5 May 2022 09:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A5B1E0788; Thu, 5 May 2022 09:51:21 +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 D8F97E0788 for ; Thu, 5 May 2022 09:51:20 +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 F2131341A90 for ; Thu, 5 May 2022 09:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ED4C449 for ; Thu, 5 May 2022 09:51:18 +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: <1651744266.e55e4f2bca258b03f2d0976bf71ed4ea8af05d50.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jemalloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jemalloc/jemalloc-5.3.0_pre20220405.ebuild X-VCS-Directories: dev-libs/jemalloc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e55e4f2bca258b03f2d0976bf71ed4ea8af05d50 X-VCS-Branch: master Date: Thu, 5 May 2022 09:51:18 +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: e4990918-8ec4-488b-b97d-60a2e5cb7356 X-Archives-Hash: b2e24dffc7dbc3bb028f78fe8e478cd5 commit: e55e4f2bca258b03f2d0976bf71ed4ea8af05d50 Author: WANG Xuerui gentoo org> AuthorDate: Thu May 5 08:36:07 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 5 09:51:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55e4f2b dev-libs/jemalloc: keyword 5.3.0_pre20220405 for ~loong Tests passed on real hardware; plus this is the first version with upstream support for loong, so we have no choice either. Signed-off-by: WANG Xuerui gentoo.org> dev-libs/jemalloc/jemalloc-5.3.0_pre20220405.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/jemalloc/jemalloc-5.3.0_pre20220405.ebuild b/dev-libs/jemalloc/jemalloc-5.3.0_pre20220405.ebuild index bb8d838144a4..ef08806278a9 100644 --- a/dev-libs/jemalloc/jemalloc-5.3.0_pre20220405.ebuild +++ b/dev-libs/jemalloc/jemalloc-5.3.0_pre20220405.ebuild @@ -13,6 +13,7 @@ SRC_URI="https://dev.gentoo.org/~xen0n/distfiles/${P}.tar.xz" LICENSE="BSD" SLOT="0/2" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" +KEYWORDS="~loong" IUSE="debug lazy-lock prof stats xmalloc" HTML_DOCS=( doc/jemalloc.html ) PATCHES=( "${FILESDIR}/${PN}-5.3.0-gentoo-fixups.patch" )