diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 147785 -> 147777 bytes | |||
-rw-r--r-- | profiles/arch/arm/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 3 | ||||
-rw-r--r-- | profiles/use.local.desc | 5 |
6 files changed, 6 insertions, 14 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex d9598e829573..4e430ea123de 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 32c6c113f5d5..73346775f658 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-06-29) -# dev-java/assertj-core:3 not keyworded ->=dev-java/randomized-runner-2.8.0 test - # Sam James <sam@gentoo.org> (2022-06-23) # ceph, zfs not keyworded here app-emulation/libvirt rbd zfs diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index e4140e44ea9c..9fdccb6a9c92 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-07-20) -# dev-java/assertj-core:3 not keyworded ->=dev-java/randomized-runner-2.8.0 test - # Sam James <sam@gentoo.org> (2022-07-08) # Unmask galera for dev-db/mariadb >=dev-db/mariadb-10.1.0 -galera diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 39262bf42b35..5fab53c509a8 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-06-29) -# dev-java/assertj-core:3 not keyworded ->=dev-java/randomized-runner-2.8.0 test - # Conrad Kostecki <conikost@gentoo.org> (2022-07-19) # www-servers/nginx currently only available on amd64/x86 www-servers/nginx -nginx_modules_http_security diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e62f3577f90a..5ea6a18a5ba1 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,9 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Doesn't compile with 'Xaw3d' use flag, #849947. +app-text/xdvik Xaw3d + # Depends on an older enigmail that only supports python2, which is # being removed soon. #758344 www-client/seamonkey crypt diff --git a/profiles/use.local.desc b/profiles/use.local.desc index e2b042cd4e70..2645c28a1a6b 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1798,10 +1798,11 @@ dev-lang/php:xmlwriter - Enable XMLWriter support dev-lang/php:xslt - Enable the XSL extension dev-lang/polyml:portable - Build the portable interpreter version of Poly/ML instead of native dev-lang/python:bluetooth - Build Bluetooth protocol support in socket module -dev-lang/python:libedit - Link readline extension against dev-libs/libedit instead of sys-libs/readline. +dev-lang/python:ensurepip - Install the ensurepip module that uses bundled wheels to bootstrap pip and setuptools (if disabled, it will be only possible to use venv `--without-pip`) +dev-lang/python:libedit - Link readline extension against dev-libs/libedit instead of sys-libs/readline dev-lang/python:lto - Optimize the build using Link Time Optimization (LTO) dev-lang/python:pgo - Optimize the build using Profile Guided Optimization (PGO) -dev-lang/python:wininst - Install Windows executables required to create an executable installer for MS Windows. +dev-lang/python:wininst - Install Windows executables required to create an executable installer for MS Windows dev-lang/python-exec:native-symlinks - Install generic symlinks like python and python3. If this flag is disabled, only versioned python3.X executables will be available to end users and ebuilds not using python eclasses. dev-lang/qu-prolog:pedro - Pedro subscription/notification communications system dev-lang/rakudo:clang - Use Clang to compile the MoarVM backend |