public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/, profiles/arch/mips/mipsel/mips64el/n32/
@ 2022-06-27 23:45 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-06-27 23:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3f90c33b4082f6bb908d2ae1b9ce4cf66a0b7428
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 23:44:19 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 23:45:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90c33b

profiles: mask python:3.11 on mips n32 profiles

Bug: https://bugs.gentoo.org/850151
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/arch/mips/mips64/n32/{use.mask => package.mask}             | 5 +++--
 profiles/arch/mips/mips64/n32/use.mask                               | 5 ++++-
 .../mips/{mips64/n32/use.mask => mipsel/mips64el/n32/package.mask}   | 5 +++--
 profiles/arch/mips/mipsel/mips64el/n32/use.mask                      | 5 ++++-
 4 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/profiles/arch/mips/mips64/n32/use.mask b/profiles/arch/mips/mips64/n32/package.mask
similarity index 50%
copy from profiles/arch/mips/mips64/n32/use.mask
copy to profiles/arch/mips/mips64/n32/package.mask
index ef8c72c5ca0b..fa019d7c4fd8 100644
--- a/profiles/arch/mips/mips64/n32/use.mask
+++ b/profiles/arch/mips/mips64/n32/package.mask
@@ -1,4 +1,5 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
--abi_mips_n32
+# 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/mips64/n32/use.mask b/profiles/arch/mips/mipsel/mips64el/n32/package.mask
similarity index 50%
copy from profiles/arch/mips/mips64/n32/use.mask
copy to profiles/arch/mips/mipsel/mips64el/n32/package.mask
index ef8c72c5ca0b..fa019d7c4fd8 100644
--- a/profiles/arch/mips/mips64/n32/use.mask
+++ b/profiles/arch/mips/mipsel/mips64el/n32/package.mask
@@ -1,4 +1,5 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
--abi_mips_n32
+# 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/, profiles/arch/mips/mipsel/mips64el/n32/
@ 2022-07-09 11:43 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-07-09 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2927136eee40a96cf0e96b523386e57933341c9e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 11:41:49 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 11:42:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2927136e

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 <AT> gentoo.org>

 profiles/arch/mips/mips64/n32/package.mask          | 5 -----
 profiles/arch/mips/mips64/n32/use.mask              | 5 +----
 profiles/arch/mips/mipsel/mips64el/n32/package.mask | 5 -----
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-09 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-27 23:45 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/mips/mips64/n32/, profiles/arch/mips/mipsel/mips64el/n32/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2022-07-09 11:43 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox