commit: 016b49eb4a5c1b9eebe1f75beb957c4338fcd3b6 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Mon Apr 21 19:47:08 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 19:47:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016b49eb
profiles/arch: ocamlopt not available for 32 bits arch Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/arch/arm/package.use.mask | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 50965ff81fd9..c8e279e1eba4 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-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 + # Cristian Othón Martínez Vera <[email protected]> (2025-04-09) # dev-db/tinycdb is not keyworded here mail-mta/sendmail tinycdb diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 43cfca7a5e04..b6b3c3a3af39 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # 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 + # Alfredo Tupone <[email protected]> (2025-04-15) # drop dev-ml test dev-ml/duration test diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 877b09367525..b12e13e380ad 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-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 + # Conrad Kostecki <[email protected]> (2025-04-02) # media-libs/libsdl3 is not keyworded app-emulation/faudio sdl3
