diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-21 00:45:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-21 00:46:48 +0200 |
commit | c5064c51a058cdc29dc55b268494d0f9198d8029 (patch) | |
tree | 1d485e9f94f4572e96ddadeaf06312d1b42ae6d8 /profiles/arch | |
parent | net-libs/nodejs: enable py3.12 (diff) | |
download | gentoo-c5064c51a058cdc29dc55b268494d0f9198d8029.tar.gz gentoo-c5064c51a058cdc29dc55b268494d0f9198d8029.tar.bz2 gentoo-c5064c51a058cdc29dc55b268494d0f9198d8029.zip |
profiles, m68k: Mask python-3.13
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/m68k/package.mask | 6 | ||||
-rw-r--r-- | profiles/arch/m68k/use.mask | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/arch/m68k/package.mask b/profiles/arch/m68k/package.mask new file mode 100644 index 000000000000..c9a806f67556 --- /dev/null +++ b/profiles/arch/m68k/package.mask @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> +# Requires 32bit alignment, so we mask it for the moment +dev-lang/python:3.13 diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 25d4d1977e96..120f9403a7de 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -157,3 +157,7 @@ slang tcl tk xemacs + +# Andreas K. Hüttel <dilfridge@gentoo.org> +# Requires 32bit alignment, so we mask it for the moment +python_targets_python3_13 |