summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin182611 -> 182761 bytes
-rw-r--r--profiles/base/package.use.mask4
-rw-r--r--profiles/default/linux/make.defaults5
-rw-r--r--profiles/package.mask28
-rw-r--r--profiles/prefix/darwin/macos/arch/arm64/make.defaults2
-rw-r--r--profiles/releases/17.0/make.defaults5
6 files changed, 23 insertions, 21 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index fa1cb7f18097..1dd1db721d49 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d54fb2cdd492..dc8d424389a7 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
+# Michał Górny <mgorny@gentoo.org> (2023-02-20)
+# dev-python/colorspacious is masked for removal.
+<dev-python/matplotlib-3.7.1 doc
+
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-02-09)
# Bug #893686. Presently nothing depends on dev-java/swt built with this flag.
dev-java/swt:4.10 webkit
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults
index ac82c2ea8184..6e3d7a715ec3 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# System-wide defaults for the Portage system
@@ -13,9 +13,6 @@
# Default starting set of USE flags for all default/linux profiles.
USE="crypt ipv6 ncurses nls pam readline ssl zlib"
-# make sure toolchain has sane defaults <toolchain@gentoo.org>
-USE="${USE} fortran openmp"
-
# Security ftw.
USE="${USE} seccomp"
diff --git a/profiles/package.mask b/profiles/package.mask
index 3b473dc142d3..214d63613ff8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,19 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-02-20)
+# No declared Python 3.11 support. Multiple failing tests (probably due
+# to being online tests). Last release in 2021, upstream CI is all red.
+# No revdeps.
+# Removal on 2023-03-22. Bug #895614.
+dev-python/pandas-datareader
+
+# Michał Górny <mgorny@gentoo.org> (2023-02-20)
+# Uses dev-python/nose, no py3.11 support. Last upstream commit
+# in 2019. Used only for dev-python/matplotlib[doc].
+# Removal on 2023-03-22. Bug #888241.
+dev-python/colorspacious
+
# Bernd Waibel <waebbl-gentoo@posteo.net> (2023-02-19)
# Obsolete, last consumer is gone.
# Removal on 2023-03-21. Bug #892209
@@ -118,21 +131,6 @@ dev-java/jspeex
dev-java/osgi-annotation-versioning
dev-java/commons-text
-# Michał Górny <mgorny@gentoo.org> (2023-02-05)
-# dev-python/python-box has broken build system that prevents us from
-# bumping it. Its only used by dev-python/tavern that is last rited,
-# and dev-python/tavalidate that no longer has any revdeps.
-# Removal on 2023-03-07.
-dev-python/python-box
-dev-python/tavalidate
-
-# Arthur Zamarin <arthurzam@gentoo.org> (2023-02-04)
-# pytest plugin, which breaks a lot of python_test of other ebuilds
-# if installed unless disabled. The package itself is hard to
-# maintain. No reverse dependencies.
-# Removal: 2023-03-06. Bug #893212.
-dev-python/tavern
-
# Michał Górny <mgorny@gentoo.org> (2023-02-03)
# Hacky build system that does not work via PEP517 build backend.
# No reverse dependencies.
diff --git a/profiles/prefix/darwin/macos/arch/arm64/make.defaults b/profiles/prefix/darwin/macos/arch/arm64/make.defaults
index 3ceab05d32e1..4bd8a3ab9cb6 100644
--- a/profiles/prefix/darwin/macos/arch/arm64/make.defaults
+++ b/profiles/prefix/darwin/macos/arch/arm64/make.defaults
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
ARCH="arm64-macos"
-ACCEPT_KEYWORDS="~x64-macos" # this is a hack whilst we don't have full system
+ACCEPT_KEYWORDS="~arm64-macos"
# multilib build stuff, single ABI (no multilib)
ABI="arm64"
diff --git a/profiles/releases/17.0/make.defaults b/profiles/releases/17.0/make.defaults
index 65c385e7abde..f2e63d883298 100644
--- a/profiles/releases/17.0/make.defaults
+++ b/profiles/releases/17.0/make.defaults
@@ -1,2 +1,5 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+
+# make sure toolchain has sane defaults <toolchain@gentoo.org>
+USE="${USE} fortran openmp"