summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin236063 -> 236067 bytes
-rw-r--r--profiles/arch/amd64/no-multilib/package.mask1
-rw-r--r--profiles/arch/amd64/package.use.mask8
-rw-r--r--profiles/arch/arm64/package.use.mask4
-rw-r--r--profiles/arch/base/package.use.mask8
-rw-r--r--profiles/arch/x86/package.use.mask4
-rw-r--r--profiles/package.deprecated6
-rw-r--r--profiles/package.mask37
-rw-r--r--profiles/use.local.desc3
9 files changed, 35 insertions, 36 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 4407ed139a92..d348fcb89f1f 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/no-multilib/package.mask b/profiles/arch/amd64/no-multilib/package.mask
index 5778ea9dddaf..6e8bd97291a4 100644
--- a/profiles/arch/amd64/no-multilib/package.mask
+++ b/profiles/arch/amd64/no-multilib/package.mask
@@ -24,7 +24,6 @@ app-emulation/q4wine
dev-embedded/libftd2xx
dev-embedded/openocd
dev-util/android-sdk-update-manager
-dev-util/biew
games-action/badland
games-action/beathazardultra
games-action/brutal-legend-gog
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index c7283328f279..d9134885799f 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-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
+
# Michal Privoznik <michal.privoznik@gmail.com> (2024-10-10)
# virtualbox is available here
app-emulation/libvirt -virtualbox
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index 8ec90fbdf793..5639e41e50dc 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# 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
+
# Benda Xu <heroxbd@gentoo.org> (2024-10-10)
# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on arm64
sys-cluster/slurm nvml ucx
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index f7d2b914ce36..2edcde7a59c8 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-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
+
# Michal Privoznik <michal.privoznik@gmail.com> (2024-10-10)
# VirtualBox is amd64 only
app-emulation/libvirt virtualbox
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 87345b2d1bbf..9a0897cf5235 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Ben Kohler <bkohler@gentoo.org> (2024-10-23)
+# Upstream dropbox no longer producing x86 releases
+kde-apps/kdenetwork-meta dropbox
+
# Alexander Puck Neuwirth <alexander@neuwirth-informatik.de> (2024-10-20)
# sci-physics/rivet is unavailable on x86
sci-physics/pythia rivet
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index e66533dd5e8a..fcc2feaf833a 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -24,12 +24,6 @@
# regressions. Bug #937896.
dev-python/sentry-sdk
-# Michał Górny <mgorny@gentoo.org> (2024-07-23)
-# Abandoned and broken with pytest-8. Superseded
-# by dev-python/pytest-lazy-fixtures (plural), which requires small
-# changes in code.
-dev-python/pytest-lazy-fixture
-
# Michał Górny <mgorny@gentoo.org> (2024-06-15)
# Stop-gap compatibility package. Upstreams really need to move away
# from the removed cgi module rather than rely on this.
diff --git a/profiles/package.mask b/profiles/package.mask
index 8595cce7b6c1..736dda43768b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,15 @@
#--- END OF EXAMPLES ---
+# Arthur Zamarin <arthurzam@gentoo.org> (2024-10-23)
+# Doesn't support latest Rust/Cargo ebuild format and standard. Confuses
+# developers who tries to use it, and then see pkgcheck warnings on the
+# result.
+# Superior replacement is app-portage/pycargoebuild, which is maintained,
+# and supports more features.
+# Removal on 2024-11-22. Bugs #942026, #934381, #724162, #930011.
+dev-util/cargo-ebuild
+
# Arthur Zamarin <arthurzam@gentoo.org> (2024-10-20)
# Maintainer-needed, no reverse dependencies, EAPI=7, many modern C
# bugs. Many other IRC clients can be replacement. Awaits version
@@ -220,43 +229,17 @@ dev-python/brython
# Nothing depends on it. Removal on 2024-10-28.
dev-java/ant-core
-# Eli Schwartz <eschwartz@gentoo.org> (2024-09-22)
-# Unmaintained, abandoned upstream, does not compile with GCC 14.
-# Removal on 2024-10-22. Bug #874732.
-dev-util/biew
-
# Robin H. Johnson <robbat2@gentoo.org> (2024-09-22)
# Upstream testing release; fails some tests as well here
# Beware that if you upgrade to it, you may need to reset your keyrings.
>=app-crypt/gnupg-2.5
-# Michał Górny <mgorny@gentoo.org> (2024-09-21)
-# Discontinued upstream. Since 7.3.17, only 2.7 and 3.10 are released.
-# Vulnerable.
-# Removal on 2024-10-21. Bug #939951.
-dev-python/pypy3_9
-dev-python/pypy3_9-exe
-dev-python/pypy3_9-exe-bin
-
-# Michał Górny <mgorny@gentoo.org> (2024-09-21)
-# Unmaintained. Broken with >=dev-python/pytest-8.
-# Replaced by dev-python/pytest-lazy-fixtures. No revdeps left.
-# Removal on 2024-10-21. Bug #939420.
-dev-python/pytest-lazy-fixture
-
# Eli Schwartz <eschwartz@gentoo.org> (2024-09-19)
# Breaks parallel builds with fatal compiler errors.
# Bug #939798, #939875.
>=dev-python/ensurepip-setuptools-75.1.0
>=dev-python/setuptools-75.1.0
-# Hans de Graaff <graaff@gentoo.org> (2024-09-14)
-# Obsolete slots that were used for older cucumber version but that no
-# longer have reverse dependencies. Removal on 2024-10-14.
-dev-util/cucumber-compatibility-kit:10
-dev-util/cucumber-core:12
-dev-util/cucumber-gherkin:22
-
# Ulrich Müller <ulm@gentoo.org> (2024-09-12)
# Pretest versions, masked for testing.
<app-editors/emacs-30.0.9999:30-vcs
@@ -272,7 +255,7 @@ dev-util/cucumber-gherkin:22
# Florian Schmaus <flow@gentoo.org> (2024-08-23)
# Has a serious bug that causes synced directories to end up world read-
# and writeable. See https://github.com/nextcloud/desktop/issues/6863
->=net-misc/nextcloud-client-3.13.1
+=net-misc/nextcloud-client-3.13.2
# Ionen Wolkens <ionen@gentoo.org> (2024-08-11)
# >=1.1.14 enables usage of explicit sync (with >=nvidia-drivers-560
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index df27d6a6370f..daedcc00a90e 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2472,6 +2472,7 @@ dev-python/dnspython:dnssec - Use dev-python/cryptography to enable low-level DN
dev-python/editorconfig:cli - Install command line interface as well as python library
dev-python/fritzconnection:qrcode - Install dependencies needed to generate QR Codes for WiFi login.
dev-python/frozenlist:native-extensions - Compile native C extensions (speedups, instead of using Python fallback code).
+dev-python/google-api-core:grpc - Pull (heavy) gRPC dependencies in, that are optionally required by part of the API.
dev-python/httpx:cli - Install the CLI "httpx" client.
dev-python/hypothesis:cli - Install a CLI tool used to write tests.
dev-python/icalendar:doc - Generate examples and other extra documentation
@@ -2508,8 +2509,6 @@ dev-python/pypy3:test-install - Install the test suite packages, that are requir
dev-python/pypy3_10: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-python/pypy3_10:test-install - Install the test suite packages, that are required to run tests in a few reverse dependencies.
dev-python/pypy3_10-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-python/pypy3_9: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-python/pypy3_9-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-python/pyrsistent:native-extensions - Compiles native C extensions (speedups, instead of using python fallback code).
dev-python/pyside2:3d - Build Qt3DCore, Qt3DAnimation, Qt3DExtras, Qt3DInput, Qt3DLogic, and Qt3DRender modules
dev-python/pyside2:charts - Build QtCharts module