diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-12-24 18:31:58 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-12-24 18:56:16 +0800 |
commit | 6feb3a2b8f4e689d2b8efdfc91407214d19f39b4 (patch) | |
tree | e35fde8137f38d352f8694b6b6d61254063bc154 /dev-cpp/glog/glog-0.6.0.ebuild | |
parent | dev-libs/capnproto: keyword 0.10.4-r1 for ~loong (diff) | |
download | gentoo-6feb3a2b8f4e689d2b8efdfc91407214d19f39b4.tar.gz gentoo-6feb3a2b8f4e689d2b8efdfc91407214d19f39b4.tar.bz2 gentoo-6feb3a2b8f4e689d2b8efdfc91407214d19f39b4.zip |
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>
Diffstat (limited to 'dev-cpp/glog/glog-0.6.0.ebuild')
-rw-r--r-- | dev-cpp/glog/glog-0.6.0.ebuild | 4 |
1 files 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 )" |