sys-kernel/genkernel: refresh patch

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/856346
This commit is contained in:
Robin H. Johnson
2022-07-04 09:39:36 -07:00
parent 90493a0774
commit a2b6e0fc6c
2 changed files with 28 additions and 23 deletions

View File

@@ -1,23 +0,0 @@
commit 8b7422293dcf9cc62518dcbc49239b6e637b6b74
Author: Robin H. Johnson <robbat2@gentoo.org>
Date: Sun Jul 3 21:46:21 2022 -0700
gkbuilds/boost-build.gkbuild: upstream boost flags changed
Upstream boost changed the flags to use 'off' instead of 'none'.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/854480
diff --git gkbuilds/boost-build.gkbuild gkbuilds/boost-build.gkbuild
index 03d1f88..0e06ba7 100644
--- gkbuilds/boost-build.gkbuild
+++ gkbuilds/boost-build.gkbuild
@@ -53,6 +53,6 @@ src_install() {
find "${D}/usr/share/boost-build" -iname "*.py" -delete \
|| die "Failed to remove python files"
- echo 'variant gentoorelease : release : <optimization>none <debug-symbols>none <runtime-link>shared ;' > "${D}/usr/share/boost-build/site-config.jam" \
+ echo 'variant gentoorelease : release : <optimization>off <debug-symbols>off <runtime-link>shared ;' > "${D}/usr/share/boost-build/site-config.jam" \
|| die "Failed to create '${D}/usr/share/boost-build/site-config.jam'!"
}

View File

@@ -0,0 +1,28 @@
From 8b7422293dcf9cc62518dcbc49239b6e637b6b74 Mon Sep 17 00:00:00 2001
From: "Robin H. Johnson" <robbat2@gentoo.org>
Date: Sun, 3 Jul 2022 21:46:21 -0700
Subject: [PATCH] gkbuilds/boost-build.gkbuild: upstream boost flags changed
Upstream boost changed the flags to use 'off' instead of 'none'.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://bugs.gentoo.org/854480
---
gkbuilds/boost-build.gkbuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gkbuilds/boost-build.gkbuild b/gkbuilds/boost-build.gkbuild
index 03d1f88..0e06ba7 100644
--- a/gkbuilds/boost-build.gkbuild
+++ b/gkbuilds/boost-build.gkbuild
@@ -53,6 +53,6 @@ src_install() {
find "${D}/usr/share/boost-build" -iname "*.py" -delete \
|| die "Failed to remove python files"
- echo 'variant gentoorelease : release : <optimization>none <debug-symbols>none <runtime-link>shared ;' > "${D}/usr/share/boost-build/site-config.jam" \
+ echo 'variant gentoorelease : release : <optimization>off <debug-symbols>off <runtime-link>shared ;' > "${D}/usr/share/boost-build/site-config.jam" \
|| die "Failed to create '${D}/usr/share/boost-build/site-config.jam'!"
}
--
2.35.1