summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin181375 -> 181371 bytes
-rw-r--r--profiles/arch/riscv/rv32imac/ilp32/make.defaults9
-rw-r--r--profiles/arch/riscv/rv32imac/ilp32d/make.defaults9
-rw-r--r--profiles/package.mask7
-rw-r--r--profiles/use.local.desc1
5 files changed, 26 insertions, 0 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 471b65ffd492..e28af6585c18 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/riscv/rv32imac/ilp32/make.defaults b/profiles/arch/riscv/rv32imac/ilp32/make.defaults
index 702bf0db5663..4e7eed0bff7b 100644
--- a/profiles/arch/riscv/rv32imac/ilp32/make.defaults
+++ b/profiles/arch/riscv/rv32imac/ilp32/make.defaults
@@ -15,3 +15,12 @@ CFLAGS="-O2 -pipe -march=rv32imac -mabi=ilp32"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+
+## Mike Gilbert <floppym@gentoo.org> (2021-12-17)
+## Prevent automagic use of 64-bit time_t.
+## https://bugs.gentoo.org/828001
+#
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2023-10-10)
+# We need to undo this for riscv32 since it only has the 64bit interface
+#
+enable_year2038="yes"
diff --git a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
index d21fdce62781..2464269fd8e4 100644
--- a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
+++ b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
@@ -15,3 +15,12 @@ CFLAGS="-O2 -pipe -march=rv32imafdc -mabi=ilp32d"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
+
+## Mike Gilbert <floppym@gentoo.org> (2021-12-17)
+## Prevent automagic use of 64-bit time_t.
+## https://bugs.gentoo.org/828001
+#
+# Andreas K. Hüttel <dilfridge@gentoo.org> (2023-10-10)
+# We need to undo this for riscv32 since it only has the 64bit interface
+#
+enable_year2038="yes"
diff --git a/profiles/package.mask b/profiles/package.mask
index 807c591c1520..8297c3d4b017 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
#--- END OF EXAMPLES ---
+# Ionen Wolkens <ionen@gentoo.org> (2023-10-10)
+# Formerly added for unbundling on games-emulation/pcsx2, which is
+# no longer needed. Has no real use on its own, has no revdeps, and
+# does not have real releases (snapshot-only).
+# Removal on 2023-11-09.
+dev-libs/libchdr
+
# Patrick Lauer <patrick@gentoo.org> (2023-10-09)
# ROCm 5.7 doesn't reliably work yet.
=dev-util/rocm-cmake-5.7.0
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index ec5844d0b176..8e6a5b1447a2 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2354,6 +2354,7 @@ dev-python/mkdocs-material:social - Install the dependencies of the "social" plu
dev-python/mpmath:matplotlib - Add support for dev-python/matplotlib
dev-python/msgpack:native-extensions - Compiles native "C" extensions (speedups, instead of using python fallback code).
dev-python/multidict:native-extensions - Compile native C extensions (speedups, instead of using Python fallback code).
+dev-python/mypy:native-extensions - Compiles native C extensions (speedups, instead of using Python fallback code).
dev-python/pandas:full-support - Pull all packages to give pandas full support
dev-python/paramiko:server - Enable server feature
dev-python/peewee:native-extensions - Compiles native C extension for more complete SQLite3 support.