From 016b49eb4a5c1b9eebe1f75beb957c4338fcd3b6 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Mon, 21 Apr 2025 21:47:08 +0200 Subject: [PATCH] profiles/arch: ocamlopt not available for 32 bits arch Signed-off-by: Alfredo Tupone --- 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 50965ff81fd98..c8e279e1eba4c 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 (2025-04-21) +# ocamlopt is not available on 32 bits arch +>=dev-lang/ocaml-5 ocamlopt + # Cristian Othón Martínez Vera (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 43cfca7a5e043..b6b3c3a3af395 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 (2025-04-21) +# ocamlopt is not available on 32 bits arch +>=dev-lang/ocaml-5 ocamlopt + # Alfredo Tupone (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 877b09367525f..b12e13e380adc 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 (2025-04-21) +# ocamlopt is not available on 32 bits arch +>=dev-lang/ocaml-5 ocamlopt + # Conrad Kostecki (2025-04-02) # media-libs/libsdl3 is not keyworded app-emulation/faudio sdl3