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 05D23158015 for ; Sun, 24 Dec 2023 10:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7902BC04B; Sun, 24 Dec 2023 10:57:22 +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 9F4612BC04B for ; Sun, 24 Dec 2023 10:57:22 +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 9E79E33BDE1 for ; Sun, 24 Dec 2023 10:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2821331 for ; Sun, 24 Dec 2023 10:57:20 +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: <1703415376.6feb3a2b8f4e689d2b8efdfc91407214d19f39b4.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/glog/glog-0.6.0.ebuild X-VCS-Directories: dev-cpp/glog/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6feb3a2b8f4e689d2b8efdfc91407214d19f39b4 X-VCS-Branch: master Date: Sun, 24 Dec 2023 10:57:20 +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: da821d4a-a169-40fb-95f6-5f7fb6ff9d3e X-Archives-Hash: b84a8b2fe377cbf55e035fbd29ace2b4 commit: 6feb3a2b8f4e689d2b8efdfc91407214d19f39b4 Author: WANG Xuerui gentoo org> AuthorDate: Sun Dec 24 10:31:58 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Dec 24 10:56:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6feb3a2b dev-cpp/glog: keyword 0.6.0 for ~loong The "symbolize" test case failed (mis-identified the main function as google::thread_msg_data), but all other features are apparently working. As the problem's root cause isn't identified for now, but the impact is only potentially inaccurate symbol names in backtraces, the keywording is done nevertheless to unblock more important packages (specifically ibus-rime or one of its deps). The bug will be tracked later in the LoongArch community. Signed-off-by: WANG Xuerui gentoo.org> dev-cpp/glog/glog-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/glog/glog-0.6.0.ebuild b/dev-cpp/glog/glog-0.6.0.ebuild index f3e2dd1169e6..082818391c35 100644 --- a/dev-cpp/glog/glog-0.6.0.ebuild +++ b/dev-cpp/glog/glog-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2022 Gentoo Authors +# Copyright 2011-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -21,7 +21,7 @@ fi LICENSE="BSD" SLOT="0/1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" IUSE="gflags +libunwind llvm-libunwind test" RESTRICT="!test? ( test )"