From 6feb3a2b8f4e689d2b8efdfc91407214d19f39b4 Mon Sep 17 00:00:00 2001 From: WANG Xuerui Date: Sun, 24 Dec 2023 18:31:58 +0800 Subject: 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 --- dev-cpp/glog/glog-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-cpp') 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 )" -- cgit v1.2.3-65-gdbad