commit: 8fbc7a9c35e6c50e9878a658eefbf1035c1ad620 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Aug 19 15:22:23 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Aug 19 15:45:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc7a9c
profiles/arch/amd64/x32/package.use.force: require dev-lang/polyml[portable] Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> profiles/arch/amd64/x32/package.use.force | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/x32/package.use.force b/profiles/arch/amd64/x32/package.use.force index c414ca9911c3..57bfcdddf60b 100644 --- a/profiles/arch/amd64/x32/package.use.force +++ b/profiles/arch/amd64/x32/package.use.force @@ -1,6 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Maciej Barć <[email protected]> (2025-08-19) +# Only bytecode interpreter is available for dev-lang/polyml on x32. +dev-lang/polyml portable + # Michał Górny <[email protected]> (2023-10-06) # Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise # sys-devel/gcc[multilib] (which is forced) will fail late in build.
