summaryrefslogtreecommitdiff
path: root/dev-python/blake3/blake3-0.4.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-13 21:16:21 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-13 21:18:24 +0200
commitc7844e99dc3decc0251d49e06ffde66c24004612 (patch)
tree5c5570553c5dd4f775a015a1aa4c49e8cb8c6fc9 /dev-python/blake3/blake3-0.4.1.ebuild
parentb03c32451f98125c47f3d36dcb07563342be8a68 (diff)
downloadgentoo-c7844e99dc3decc0251d49e06ffde66c24004612.tar.gz
gentoo-c7844e99dc3decc0251d49e06ffde66c24004612.tar.bz2
gentoo-c7844e99dc3decc0251d49e06ffde66c24004612.zip
dev-python/blake3: Fix USE=-rust with GCC 14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blake3/blake3-0.4.1.ebuild')
-rw-r--r--dev-python/blake3/blake3-0.4.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/blake3/blake3-0.4.1.ebuild b/dev-python/blake3/blake3-0.4.1.ebuild
index b2772f15cb9e..87f3352c3eee 100644
--- a/dev-python/blake3/blake3-0.4.1.ebuild
+++ b/dev-python/blake3/blake3-0.4.1.ebuild
@@ -113,6 +113,11 @@ src_unpack() {
}
src_prepare() {
+ local PATCHES=(
+ # https://github.com/oconnor663/blake3-py/pull/44
+ "${FILESDIR}/${P}-gcc14.patch"
+ )
+
# sed the package name and version to improve compatibility
sed -e 's:blake3_experimental_c:blake3:' \
-e "s:0[.]0[.]1:${PV}:" \