diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-04 22:28:33 +0100 |
commit | a978c074e4272bb901fbe4a10de0a7b2af574f17 (patch) | |
tree | 8c764c1cc0576389ce22abd317bceba71ea5732d /profiles/arch | |
parent | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff) |
gentoo resync : 04.05.2021
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/no-multilib/package.mask | 2 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/amd64/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/arm/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/hppa/use.stable.mask | 13 | ||||
-rw-r--r-- | profiles/arch/m68k/use.mask | 7 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.stable.mask | 9 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/64le/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/64ul/use.stable.mask | 8 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/riscv/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/sparc/use.stable.mask | 6 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/x86/use.stable.mask | 6 |
18 files changed, 74 insertions, 20 deletions
diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask index ba6b5cee170c..09fe0a2b76ef 100644 --- a/profiles/arch/amd64/no-multilib/package.mask +++ b/profiles/arch/amd64/no-multilib/package.mask @@ -58,7 +58,7 @@ games-arcade/jardinains games-arcade/thinktanks-demo games-emulation/caps games-emulation/nestra -games-emulation/pcsx2 +<games-emulation/pcsx2-9999 games-emulation/vgba games-emulation/zinc games-emulation/zsnes diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index a97c6325f2e3..c5d4f9be7ece 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -109,6 +109,8 @@ dev-libs/glib -sysprof gnome-extra/cjs -sysprof x11-libs/gtk+ -sysprof net-libs/libsoup -sysprof +x11-libs/pango -sysprof +gui-libs/gtk -sysprof # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26) # Vulkan is available on amd64. diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index ee9b21e49fec..8991e4f2f17f 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 540ee8241f62..f1751dec36f1 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 5c02a6bcdc3f..8416e8749c7d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -359,10 +359,6 @@ app-crypt/heimdal afs # Only available on some architectures. dev-java/icedtea -shenandoah -# Markus Meier <maekke@gentoo.org> (2017-03-24) -# unkeyworded deps, bug #552330 -app-portage/g-sorcery bson - # Thomas Deutschmann <whissi@gentoo.org> (2017-03-01) # Unkeyworded dependencies app-admin/rsyslog mongodb diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 8ba26c22d2c4..bb546ad7d536 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 38d96d878055..af46ee0f7552 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -89,6 +89,8 @@ dev-libs/glib sysprof gnome-extra/cjs sysprof x11-libs/gtk+ sysprof net-libs/libsoup sysprof +x11-libs/pango sysprof +gui-libs/gtk sysprof # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26) # Vulkan support is only available on few selected arches atm. diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index bf38d957db06..9114e7eb910e 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -1,9 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Rolf Eike Beer <eike@sf-mail.de> (2021-02-08) # dev-lang/lua:5.2 not stable on hppa lua_single_target_lua5-2 @@ -61,11 +67,6 @@ gstreamer wayland # Rolf Eike Beer <eike@sf-mail.de> (2020-04-11) -# No stable dev-libs/libressl on hppa, bug #704228 -curl_ssl_libressl -libressl - -# Rolf Eike Beer <eike@sf-mail.de> (2020-04-11) # No stable media-libs/libsdl or media-libs/libsdl2 on hppa sdl diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index ac5e9da6ae99..de86bafc3fc2 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -1,15 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. -m68k # Sergei Trofimovich <slyfox@gentoo.org> (2020-04-23) -# dev-libs/libressl has no m68k keywords. -libressl -curl_ssl_libressl - -# Sergei Trofimovich <slyfox@gentoo.org> (2020-04-23) # valgrind has no m68k port. valgrind diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 4d7c469150b5..408d42d9aa94 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,3 +1,12 @@ +# Copyright 2014-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Andreas Sturmlechner <asturm@gentoo.org> (2020-08-13) # media-gfx/gimp is not stable gimp diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask index 4efce43db197..f0718dbcb021 100644 --- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask index 9bbcaee3616e..9bf68847141b 100644 --- a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask @@ -1,6 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-26) # media-plugins/frei0r-plugins not stable yet frei0r diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index ea76ca8f0f28..40076c2d9879 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -3,3 +3,9 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask + +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 7d08d2482843..9d94d70acc43 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -134,7 +134,7 @@ net-irc/irssi socks5 net-libs/gnutls doc test-full net-libs/ldns doc python net-libs/libpcap rdma -net-misc/curl brotli curl_ssl_libressl curl_ssl_mbedtls curl_ssl_nss rtmp ssh nss mbedtls +net-misc/curl brotli curl_ssl_mbedtls curl_ssl_nss rtmp ssh nss mbedtls net-misc/ntp openntpd snmp vim-syntax zeroconf net-nds/openldap cxx kerberos sasl sys-apps/kmod doc diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index dfdacea6f24d..834a60ef712c 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -28,7 +28,6 @@ java kerberos latex libedit -libressl lua motif opencl diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 95fbcad5300c..651f15426c69 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Sam James <sam@gentoo.org> (2021-04-27) # Clang and friends aren't (yet?) stable on sparc clang diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 38a7fe6960de..23823f2901da 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -118,6 +118,8 @@ dev-libs/glib -sysprof gnome-extra/cjs -sysprof x11-libs/gtk+ -sysprof net-libs/libsoup -sysprof +x11-libs/pango -sysprof +gui-libs/gtk -sysprof # Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26) # Vulkan is available on x86. diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 76cb48cac485..469e5f74c244 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny <mgorny@gentoo.org> (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny <mgorny@gentoo.org> (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel |