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 <xen0n@gentoo.org>
This commit is contained in:
WANG Xuerui
2023-12-24 18:31:58 +08:00
parent 07afe63d01
commit 6feb3a2b8f

View File

@@ -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 )"