commit: e2a6c99e358eee8c618ee134774a8c06d24b2fa3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 05:59:01 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 05:59:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a6c99e
profiles/arch/riscv: drop mask of ocamlopt on riscv Closes: https://bugs.gentoo.org/954311 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 8f849d38a0ad..7a277b50d9f7 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,12 +1,6 @@ # Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Alfredo Tupone <[email protected]> (2025-04-21) -# ocamlopt is not available on 32 bits arch ->=dev-lang/ocaml-5 ocamlopt ->=dev-ml/findlib-1.9.8-r1 ocamlopt -dev-ml/labltk ocamlopt - # Alfredo Tupone <[email protected]> (2025-04-15) # drop dev-ml test dev-ml/duration test
