commit: e75346d6aa8660756e75891ea6a820b5898733d6 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Fri May 21 14:58:39 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue May 25 08:23:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75346d6
profile/riscv: mask USE=unwind, not support Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 14b7e271a6e..5e8fccbc423 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,5 +1,9 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# +# Yixun Lan <[email protected]> (2021-05-21) +# sys-libs/libunwind do not support riscv +media-libs/gstreamer unwind # Yixun Lan <[email protected]> (2021-05-19) # Dependencies not keyworded, not tested
