diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-06-28 09:44:19 +1000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-06-28 09:45:30 +1000 |
commit | 3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428 (patch) | |
tree | 599c0b62b3264831ffdd88be3a61932dc1e108b3 /profiles/arch/mips | |
parent | dev-lang/smlnj: patch smlnj_get_libdir function (diff) | |
download | gentoo-3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428.tar.gz gentoo-3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428.tar.bz2 gentoo-3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428.zip |
profiles: mask python:3.11 on mips n32 profiles
Bug: https://bugs.gentoo.org/850151
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/arch/mips')
-rw-r--r-- | profiles/arch/mips/mips64/n32/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mips64/n32/use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/mips64el/n32/package.mask | 5 | ||||
-rw-r--r-- | profiles/arch/mips/mipsel/mips64el/n32/use.mask | 5 |
4 files changed, 18 insertions, 2 deletions
diff --git a/profiles/arch/mips/mips64/n32/package.mask b/profiles/arch/mips/mips64/n32/package.mask new file mode 100644 index 000000000000..fa019d7c4fd8 --- /dev/null +++ b/profiles/arch/mips/mips64/n32/package.mask @@ -0,0 +1,5 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# bug 850151 +dev-lang/python:3.11 diff --git a/profiles/arch/mips/mips64/n32/use.mask b/profiles/arch/mips/mips64/n32/use.mask index ef8c72c5ca0b..f7b892f37bcd 100644 --- a/profiles/arch/mips/mips64/n32/use.mask +++ b/profiles/arch/mips/mips64/n32/use.mask @@ -1,4 +1,7 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -abi_mips_n32 + +# bug 850151 +python_targets_python3_11 diff --git a/profiles/arch/mips/mipsel/mips64el/n32/package.mask b/profiles/arch/mips/mipsel/mips64el/n32/package.mask new file mode 100644 index 000000000000..fa019d7c4fd8 --- /dev/null +++ b/profiles/arch/mips/mipsel/mips64el/n32/package.mask @@ -0,0 +1,5 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# bug 850151 +dev-lang/python:3.11 diff --git a/profiles/arch/mips/mipsel/mips64el/n32/use.mask b/profiles/arch/mips/mipsel/mips64el/n32/use.mask index ef8c72c5ca0b..f7b892f37bcd 100644 --- a/profiles/arch/mips/mipsel/mips64el/n32/use.mask +++ b/profiles/arch/mips/mipsel/mips64el/n32/use.mask @@ -1,4 +1,7 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -abi_mips_n32 + +# bug 850151 +python_targets_python3_11 |