commit: 49cb1c1f0320fe95b342a8845d1ce7bda134fec8 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Aug 5 06:38:13 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Aug 5 08:09:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cb1c1f
profiles/arch/riscv: unmask USE=context for dev-libs/boost 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 fee976086b1..c0c49db2ff5 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yixun Lan <[email protected]> (2021-08-05) +# Boost.Context can be built on riscv +dev-libs/boost -context + # Ye Cao <[email protected]> (2021-07-31) # Dependencies not keyworded, not tested dev-util/perf unwind
