commit:     d1e8798fff13b21db9237925730362734dbb285c
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 20:31:28 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 20:32:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e8798f

profiles/arch: block ocamlopt on 32 bits

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 profiles/arch/arm/package.use.mask   | 2 ++
 profiles/arch/riscv/package.use.mask | 2 ++
 profiles/arch/x86/package.use.mask   | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index e736e6010a7c..40d1ae1aa3bc 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -5,6 +5,8 @@
 # ocamlopt is not available on 32 bits arch
 >=dev-lang/ocaml-5 ocamlopt
 >=dev-ml/camlp4-5.2_p1 ocamlopt
+>=dev-ml/findlib-1.9.8-r1 ocamlopt
+dev-ml/labltk ocamlopt
 
 # Cristian Othón Martínez Vera <cf...@cfuga.mx> (2025-04-09)
 # dev-db/tinycdb is not keyworded here

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index b6b3c3a3af39..b8a99c53c838 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -4,6 +4,8 @@
 # Alfredo Tupone <tup...@gentoo.org> (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 <tup...@gentoo.org> (2025-04-15)
 # drop dev-ml test 

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 6465f3d29e91..a82b0516aa41 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -5,6 +5,8 @@
 # ocamlopt is not available on 32 bits arch
 >=dev-lang/ocaml-5 ocamlopt
 >=dev-ml/camlp4-5.2_p1 ocamlopt
+>=dev-ml/findlib-1.9.8-r1 ocamlopt
+dev-ml/labltk ocamlopt
 
 # Conrad Kostecki <conik...@gentoo.org> (2025-04-02)
 # media-libs/libsdl3 is not keyworded

Reply via email to