diff options
author | 2022-07-09 18:41:49 +0700 | |
---|---|---|
committer | 2022-07-09 18:42:52 +0700 | |
commit | 2927136eee40a96cf0e96b523386e57933341c9e (patch) | |
tree | 8e9e655b5e23056f36ac5a931839efb635e2e9e5 /profiles/arch | |
parent | Revert "sys-devel/binutils: Prevent relinking on install, try 1" (diff) | |
download | gentoo-2927136eee40a96cf0e96b523386e57933341c9e.tar.gz gentoo-2927136eee40a96cf0e96b523386e57933341c9e.tar.bz2 gentoo-2927136eee40a96cf0e96b523386e57933341c9e.zip |
Revert "profiles: mask python:3.11 on mips n32 profiles"
This reverts commit 3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428.
Python has been fixed in 3.11_beta3_p2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/arch')
-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, 2 insertions, 18 deletions
diff --git a/profiles/arch/mips/mips64/n32/package.mask b/profiles/arch/mips/mips64/n32/package.mask deleted file mode 100644 index fa019d7c4fd8..000000000000 --- a/profiles/arch/mips/mips64/n32/package.mask +++ /dev/null @@ -1,5 +0,0 @@ -# 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 f7b892f37bcd..ef8c72c5ca0b 100644 --- a/profiles/arch/mips/mips64/n32/use.mask +++ b/profiles/arch/mips/mips64/n32/use.mask @@ -1,7 +1,4 @@ -# Copyright 2014-2022 Gentoo Authors +# Copyright 2014-2021 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 deleted file mode 100644 index fa019d7c4fd8..000000000000 --- a/profiles/arch/mips/mipsel/mips64el/n32/package.mask +++ /dev/null @@ -1,5 +0,0 @@ -# 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 f7b892f37bcd..ef8c72c5ca0b 100644 --- a/profiles/arch/mips/mipsel/mips64el/n32/use.mask +++ b/profiles/arch/mips/mipsel/mips64el/n32/use.mask @@ -1,7 +1,4 @@ -# Copyright 2014-2022 Gentoo Authors +# Copyright 2014-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -abi_mips_n32 - -# bug 850151 -python_targets_python3_11 |