summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-24 18:57:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-24 18:57:53 +0000
commitdbbd2ae5e62a232616ede4dae3ed69e15903940a (patch)
tree243873f2e5cf5d933e3da53166d4424201d84835 /profiles
parent1f23f671d001ca7a0073e504f5ae0184eb5d024d (diff)
gentoo auto-resync : 24:01:2023 - 18:57:53
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin182082 -> 182103 bytes
-rw-r--r--profiles/arch/amd64/package.use.mask6
-rw-r--r--profiles/arch/arm64/package.use.mask6
-rw-r--r--profiles/arch/base/package.use.mask6
-rw-r--r--profiles/arch/powerpc/ppc64/package.use.mask6
-rw-r--r--profiles/package.mask25
6 files changed, 45 insertions, 4 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 83b08990a84c..972edac75ebe 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index b0e7ddb895b8..7e4569ff152b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -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
# When you add an entry to the top of this file, add your name, the date, and
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-01-24)
+# libomptarget is only supported on 64-bit architectures.
+>=sys-libs/libomp-16.0.0_pre20230124 -offload
+
# Sam James <sam@gentoo.org> (2023-01-05)
# asm is only available for amd64 and arm, but for arm, is gated
# behind an experimental flag.
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index de330c657d1b..16a1ee4116bc 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2023-01-24)
+# libomptarget is only supported on 64-bit architectures.
+>=sys-libs/libomp-16.0.0_pre20230124 -offload
+
# Florian Schmaus <flow@gentoo.org> (2022-11-23)
# avoid larger deptree, bug #882593
dev-python/bracex doc
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index fd4c6198dddb..576802f39c95 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2023-01-24)
+# libomptarget is only supported on 64-bit architectures.
+>=sys-libs/libomp-16.0.0_pre20230124 offload
+
# Sam James <sam@gentoo.org> (2023-01-05)
# asm is only available for amd64 and arm, but for arm, is gated
# behind an experimental flag.
diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
index ef0c262fbba1..37ba660a0017 100644
--- a/profiles/arch/powerpc/ppc64/package.use.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.mask
@@ -1,6 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Michał Górny <mgorny@gentoo.org> (2023-01-24)
+# libomptarget is only supported on 64-bit architectures.
+>=sys-libs/libomp-16.0.0_pre20230124 -offload
+
# Sam James <sam@gentoo.org> (2022-10-13)
# Causes segfaults, bug #871921
sci-libs/symengine tcmalloc
diff --git a/profiles/package.mask b/profiles/package.mask
index dfda6bbe8e35..e58fb81b96b1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,31 @@
#--- END OF EXAMPLES ---
+# Ionen Wolkens <ionen@gentoo.org> (2023-01-24)
+# Mostly obsoleted by the better maintained net-misc/yt-dlp, please
+# migrate. If had USE=yt-dlp enabled (default) then was likely already
+# using through its youtube-dl compatibility wrapper and this will
+# change nothing beside needing to ensure that it is not depcleaned.
+#
+# Upstream is mostly focusing on compatibility and old python support,
+# still uses deprecated Nose for tests, and has not seen a new release
+# to deploy fixes in a long time despite major issues (e.g. throttling).
+#
+# Been kept due to some packages lacking compatibility with yt-dlp's
+# python modules, but none are left in tree. Those that call the command
+# rather than modules will often work as-is with yt-dlp's wrapper.
+# Removal: 2023-02-23. Bug #891917
+net-misc/youtube-dl
+
+# Michał Górny <mgorny@gentoo.org> (2023-01-24)
+# mps-youtube does not seem to work "out of the box". It has had its
+# last release in 2018, and no commits since 2020. It is the only
+# package needing dev-python/pafy, and pafy is the final package
+# requiring net-misc/youtube-dl.
+# Removal on 2023-02-23. Bug #891911.
+dev-python/pafy
+media-sound/mps-youtube
+
# David Seifert <soap@gentoo.org> (2023-01-23)
# EOL branch, switch to mariadb-10.4/galera-26.4, removal on 2023-02-22.
<dev-db/mariadb-10.4