diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 237460 -> 237461 bytes | |||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 12 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 12 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
4 files changed, 19 insertions, 8 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 75bf4e305cc1..b258f0e9097a 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0aa493afbd7e..d83dd8781e85 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Viorel Munteanu <ceamac@gentoo.org> (2024-11-30) +# Dependency dev-python/asyncssh is keyworded here. +net-misc/dropbear -test-async + +# Sv. Lockal <lockalsash@gmail.com> (2024-11-30) +# Masked in base profile, supported on this arch +dev-debug/gdb -rocm + # Paul Zander <negril.nx+gentoo@gmail.com> (2024-11-16) # Only available on amd64 for now media-gfx/openscad -manifold @@ -29,10 +37,6 @@ www-client/firefox -wasm # Only available on amd64 for now dev-libs/elfutils -stacktrace -# Viorel Munteanu <ceamac@gentoo.org> (2024-10-23) -# Dependency dev-python/asyncssh is keyworded here. -net-misc/dropbear -test - # Michał Górny <mgorny@gentoo.org> (2024-10-23) # Debug-enabled binary packages are built for a subset of architectures. sys-kernel/gentoo-kernel-bin -debug diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index a78c1a31f6f6..794bc4cbf72b 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Viorel Munteanu <ceamac@gentoo.org> (2024-11-30) +# Missing keywords on dev-python/asyncssh. +net-misc/dropbear test-async + +# Sv. Lockal <lockalsash@gmail.com> (2024-11-30) +# Only available for amd64. +dev-debug/gdb rocm + # Paul Zander <negril.nx+gentoo@gmail.com> (2024-11-16) # Only available on amd64 for now media-gfx/openscad manifold @@ -9,10 +17,6 @@ media-gfx/openscad manifold # Only available on amd64 for now dev-libs/elfutils stacktrace -# Viorel Munteanu <ceamac@gentoo.org> (2024-10-23) -# Missing keywords on dev-python/asyncssh. -net-misc/dropbear test - # Michał Górny <mgorny@gentoo.org> (2024-10-23) # Debug-enabled binary packages are built for a subset of architectures. sys-kernel/gentoo-kernel-bin debug diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 677eb355482f..f6ea23982153 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1447,6 +1447,7 @@ dev-debug/gdb:debuginfod - Enable debuginfod support via dev-libs/elfutils libde dev-debug/gdb:lzma - Support lzma compression in ELF debug info dev-debug/gdb:multitarget - Support all known targets in one gdb binary dev-debug/gdb:python - Enable support for the new internal scripting language, as well as extended pretty printers +dev-debug/gdb:rocm - Enable support for AMD GPU debugging via dev-libs/rocdbgapi dev-debug/gdb:server - Install the "gdbserver" program (useful for embedded/remote targets) dev-debug/gdb:sim - Build gdb's simulators for various hardware platforms. See https://sourceware.org/gdb/wiki/Sim. dev-debug/gdb:source-highlight - Enable listing highlighting via dev-util/source-highlight @@ -6318,8 +6319,10 @@ net-misc/dhcpcd:embedded - Embed the definitions of dhcp options in the dhcpcd e net-misc/dhcpcd:privsep - Enable support for privilege separation net-misc/dibbler:resolvconf - Use resolvconf to handle /etc/resolv.conf updates net-misc/dropbear:bsdpty - Add support for legacy BSD pty's rather than dynamic UNIX pty's -- do not use this flag unless you are absolutely sure you actually want it +net-misc/dropbear:legacy-ciphers - Enable support for deprecated, soon-to-be-dropped DSA keys. See https://marc.info/?l=openssh-unix-dev>m=170494903207436>w=2. net-misc/dropbear:multicall - Build all the programs as one little binary (to save space) net-misc/dropbear:shadow - Enable shadow password support +net-misc/dropbear:test-async - Enable tests using dev-python/asyncssh net-misc/dropbox-cli:gpg - Use app-crypt/gpgme to verify signatures net-misc/electron-cash:amodem - Enable plugin to support Audio Modem net-misc/electron-cash:cli - Enables the CLI interface |