summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-12 17:29:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-12 17:29:30 +0000
commit3bcdaa6f06fae7659c3ac8294503c45e6736a2e1 (patch)
treebacdf1ca962c5d980cb299e02560868f426efcf1 /profiles
parentc9818073ff1b4fa99a5b484aa5f5e02d4aa487b9 (diff)
gentoo auto-resync : 12:12:2023 - 17:29:30
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin187118 -> 187117 bytes
-rw-r--r--profiles/package.mask5
-rw-r--r--profiles/updates/4Q-20231
-rw-r--r--profiles/use.local.desc2
4 files changed, 7 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 4eb49acfc2d8..4520cef967f0 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/package.mask b/profiles/package.mask
index 14b8a1793121..5a115adf3fcf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
#--- END OF EXAMPLES ---
+# Michał Górny <mgorny@gentoo.org> (2023-12-12)
+# Merged into dev-python/blake3[-rust]. Please use that instead.
+# Removal on 2024-01-11. Bug #919771.
+dev-python/blake3-py-c
+
# Hans de Graaff <graaff@gentoo.org> (2023-12-10)
# Test failures that seem to indicate this package no longer works
# correctly. Last release 6 years ago. No reverse dependencies.
diff --git a/profiles/updates/4Q-2023 b/profiles/updates/4Q-2023
index 5131ef32661e..1321063c1d8b 100644
--- a/profiles/updates/4Q-2023
+++ b/profiles/updates/4Q-2023
@@ -35,3 +35,4 @@ slotmove kde-frameworks/extra-cmake-modules 5 0
move kde-frameworks/kwayland kde-plasma/kwayland
move dev-java/aqute-bnd-annotation dev-java/bnd-annotation
move dev-python/pycson dev-python/cson
+move dev-python/blake3-py dev-python/blake3
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 5bba214fcee9..e361ab2cc40c 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -1293,7 +1293,6 @@ dev-ada/spawn:static-pic - Build static library with pic code
dev-ada/templates-parser:shared - Build shared library
dev-ada/xmlada:shared - Build shared library
dev-ada/xmlada:static-pic - Build static library with pic code
-dev-cpp/abseil-cpp:cxx17 - Build with -DCMAKE_CXX_STANDARD=17 (required by some revdeps)
dev-cpp/benchmark:lto - Optimize the build using Link Time Optimization (LTO)
dev-cpp/eigen:cuda - Build with cuda support
dev-cpp/glog:gflags - Use dev-cpp/gflags for flag parsing
@@ -2402,6 +2401,7 @@ dev-python/QtPy:widgets - Pull in bindings for the QtWidgets module
dev-python/QtPy:xml - Pull in QtXml module
dev-python/amqp:extras - Install extra tools to generate initial Python mod from an AMQP XML file
dev-python/autobahn:xbr - Add support for XBR decentralized data markets and etherium blockchain
+dev-python/blake3:rust - Build the Rust implementation (if disabled, the "experimental" C implementation is used instead).
dev-python/bpython:clipboard - Enable copying to clipboard using dev-python/pyperclip
dev-python/bpython:jedi - Enable autocompletion using dev-python/jedi
dev-python/bpython:watch - Enable watching paths using dev-python/watchdog