diff options
Diffstat (limited to 'profiles/use.local.desc')
-rw-r--r-- | profiles/use.local.desc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index fce912b1176e..c41407c3e0ed 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1879,6 +1879,7 @@ dev-lang/pypy:ensurepip - Install the ensurepip module that uses bundled wheels dev-lang/pypy:full-stdlib - Install complete stdlib as necessary to use PyPy for general purpose programs. By default, only a limited subset that is used when building PyPy3 executables is installed. Note that PyPy2.7's stdlib contains multiple known vulnerabilities. dev-lang/pypy:symlink - Install "pypy3" symlink, making this PyPy slot the default PyPy3 implementation that is used for building Gentoo packages. dev-lang/pypy:test-install - Install the test suite packages, that are required to run tests in a few reverse dependencies. +dev-lang/pypy3-exe:low-memory - Build using PyPy with the engine configured towards low memory footprint. This makes it possible to build PyPy using ~3.5G of RAM on amd64 and ~half of that on x86, at the cost of lengthened build time. dev-lang/python:bluetooth - Build Bluetooth protocol support in socket module 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:jit - Enable experimental Just-In-Time compilation support. @@ -2456,6 +2457,7 @@ dev-python/pyqt6:qml - Build bindings for the QtQml module and enable the qml pl dev-python/pyqt6:quick - Build bindings for the QtQuick module dev-python/pyqt6:quick3d - Build bindings for the QtQuick3D module dev-python/pyqt6:remoteobjects - Build bindings for the QtRemoteObjects module +dev-python/pyqt6:scxml - Build bindings for the QtSCXML module dev-python/pyqt6:sensors - Build bindings for the QtSensors module dev-python/pyqt6:serialport - Build bindings for the QtSerialPort module dev-python/pyqt6:spatialaudio - Build bindings for the QtSpatialAudio module @@ -4881,7 +4883,6 @@ media-sound/qmmp:sndfile - Enable wav playback support via media-libs/libsndfile media-sound/qmmp:soxr - Use the SoX resampling library media-sound/qmmp:stereo - Enable stereo effect media-sound/qmmp:tray - Build tray icon -media-sound/qmmp:xmp - Enable module files renderer (modplug replacement) media-sound/qsampler:libgig - Enable libgig support for loading Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files media-sound/qtractor:aubio - Enable media-libs/aubio support media-sound/qtractor:dssi - Enable support for DSSI Soft Synth Interface @@ -6321,7 +6322,6 @@ net-misc/curl:hsts - Enable HTTP Strict Transport Security net-misc/curl:http3 - Enable HTTP/3 support net-misc/curl:imap - Enable Internet Message Access Protocol support net-misc/curl:mbedtls - Enable mbedtls ssl backend -net-misc/curl:nghttp3 - Enable HTTP/3 support using net-libs/nghttp3 net-misc/curl:openssl - Enable openssl ssl backend net-misc/curl:pop3 - Enable Post Office Protocol 3 support net-misc/curl:progress-meter - Enable the progress meter @@ -8198,6 +8198,7 @@ sys-devel/binutils:gprofng - Enable the next-generation gprofng profiler sys-devel/binutils:multitarget - Adds support to binutils for cross compiling (does not work with gas) sys-devel/binutils:pgo - Build binutils with Profile Guided Optimization (PGO) and LTO sys-devel/binutils:plugins - Enable plugin support in tools +sys-devel/binutils:xxhash - Use dev-libs/xxhash for --build-id=xx support sys-devel/binutils-apple:classic - Use nm, otool, etc. from this ebuild instead of llvm-based tools sys-devel/binutils-apple:lto - Add support for Link-Time Optimization with LLVM sys-devel/binutils-config:native-symlinks - Install native symlinks like 'as' or 'ar' to /usr/bin. Otherwise keep only ${CTARGET}-as and friends. @@ -8209,6 +8210,7 @@ sys-devel/binutils-hppa64:gprofng - Enable the next-generation gprofng profiler sys-devel/binutils-hppa64:multitarget - Adds support to binutils for cross compiling (does not work with gas) sys-devel/binutils-hppa64:pgo - Build binutils with Profile Guided Optimization (PGO) and LTO sys-devel/binutils-hppa64:plugins - Enable plugin support in tools +sys-devel/binutils-hppa64:xxhash - Use dev-libs/xxhash for --build-id=xx support sys-devel/bpf-toolchain:bin-symlinks - Symlink executables to usr/bin to be in default PATH (conflicts with crossdev bpf, and crossdev is preferable for a fully featured toolchain) sys-devel/crosstool-ng:dtc - Require sys-apps/dtc sys-devel/crosstool-ng:lzip - Require app-arch/lzip @@ -8751,7 +8753,7 @@ x11-base/xorg-server:xvfb - Build the Xvfb server x11-base/xwayland:libei - Enable emulated input using dev-libs/libei x11-base/xwayland:unwind - Enable libunwind usage for backtraces x11-base/xwayland:xcsecurity - Build Security extension -x11-drivers/nvidia-drivers:kernel-open - Use the open source variant of the drivers (Turing/Ampere+ GPUs only, aka GTX 1650+ -- recommended with >=560.xx drivers if usable) +x11-drivers/nvidia-drivers:kernel-open - Use the open source variant of the drivers (Turing/Ampere+ GPUs only, aka GTX 1650+ -- recommended with >=560.xx drivers if usable and it may be required for 50xx Blackwell+ GPUs) x11-drivers/nvidia-drivers:persistenced - Install the persistence daemon for keeping devices state when unused (e.g. for headless) x11-drivers/nvidia-drivers:powerd - Install the NVIDIA dynamic boost support daemon (only useful with specific laptops, ignore if unsure) x11-drivers/nvidia-drivers:static-libs - Install the XNVCtrl static library for accessing sensors and other features |