summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-16 17:36:56 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-16 17:36:56 +0000
commit3b00f2d2f95f5d6ff01e71259eb94fa714a92232 (patch)
treecbb68bfc0fb05c9b7150b12c72e76be1ae6580fc /profiles
parent01264ef95477b8c1380cd3525278c507006685ee (diff)
gentoo auto-resync : 16:02:2024 - 17:36:56
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin191435 -> 191444 bytes
-rw-r--r--profiles/arch/arm/package.use.mask4
-rw-r--r--profiles/arch/arm64/package.use.mask4
-rw-r--r--profiles/arch/loong/package.use.mask4
-rw-r--r--profiles/arch/ppc/package.use.mask4
-rw-r--r--profiles/features/musl/package.mask4
-rw-r--r--profiles/package.mask13
-rw-r--r--profiles/use.local.desc1
8 files changed, 34 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 99cac0792b23..24c24d01be63 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
index db15ff1b5b2f..fc7419122e42 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
+# Test dependencies not keyworded on this arch.
+www-servers/nginx test
+
# Eray Aslan <eras@gentoo.org> (2024-02-13)
# tests require dev-db/mongodb which is not keyworded
dev-libs/mongo-c-driver test
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
index a4dfe8d4df1c..b731e728774a 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
+# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
+# Test dependencies not keyworded on this arch.
+www-servers/nginx test
+
# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
# Fails to compile, bug #924301
~dev-lang/rust-1.75.0 lto
diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask
index 75eb03278f49..94a6761dcf83 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
+# Test dependencies not keyworded on this arch.
+www-servers/nginx test
+
# Sam James <sam@gentoo.org> (2024-02-03)
# We only have MariaDB on loong, not MySQL.
dev-perl/DBD-MariaDB mysql
diff --git a/profiles/arch/ppc/package.use.mask b/profiles/arch/ppc/package.use.mask
index 44bd1645436f..adbf267bb54a 100644
--- a/profiles/arch/ppc/package.use.mask
+++ b/profiles/arch/ppc/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Joonas Niilola <juippis@gentoo.org> (2024-02-16)
+# Test dependencies not keyworded on this arch.
+www-servers/nginx test
+
# Eray Aslan <eras@gentoo.org> (2024-02-13)
# tests require dev-db/mongodb which is not keyworded
dev-libs/mongo-c-driver test
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index cc8da1c051a2..4ac9c258ccbb 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Marc Schiffbauer <mschiff@gentoo.org> (2024-02-16)
+# Binary package, which is compiled against glibc
+app-editors/logseq-desktop-bin
+
# Christopher Fore <csfore@posteo.net> (2024-01-24)
# >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl
# https://github.com/koverstreet/bcachefs-tools/issues/213
diff --git a/profiles/package.mask b/profiles/package.mask
index ac55438c337c..9b54381da77a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,10 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2024-02-16)
+# Breaks dev-util/pkgcheck. Masked until we resolve that. Bug #924718.
+=dev-vcs/git-2.43.2
+
# Sam James <sam@gentoo.org> (2024-02-15)
# May break on some arches b/c of visibility/map changes to ffi_type_longdouble
=dev-libs/libffi-3.4.5
@@ -91,6 +95,15 @@ dev-cpp/libodb
dev-cpp/libodb-sqlite
dev-util/build2
+# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-02-14)
+# "A harness to build OpenJDK using [...]" is no longer needed since
+# Gentoo can build openjdk from source.
+# Maintainer capacity missing to maintain these packages.
+# More than 30 open bugs.
+# Removal on 2024-03-15.
+dev-java/icedtea
+dev-java/icedtea-bin
+
# Michał Górny <mgorny@gentoo.org> (2024-02-10)
# Very fragile, keeps breaking. Limited platform support. Used only
# as an optional dependency for dev-python/ipykernel.
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index bfc5551b63db..5f84c46624e9 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1877,6 +1877,7 @@ dev-lang/php:xslt - Build 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: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.
dev-lang/python:libedit - Link readline extension against dev-libs/libedit instead of sys-libs/readline
dev-lang/python:pgo - Optimize the build using Profile Guided Optimization (PGO) by running Python's test suite and collecting statistics based on its performance. This will take longer to build.
dev-lang/python:valgrind - Disable pymalloc when running under dev-debug/valgrind is detected (may incur minor performance penalty even when valgrind is not used)