public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/files/
Date: Mon,  4 Jul 2022 16:39:44 +0000 (UTC)	[thread overview]
Message-ID: <1656952776.a2b6e0fc6c044df63edd22693da4e3d62a4930f3.robbat2@gentoo> (raw)

commit:     a2b6e0fc6c044df63edd22693da4e3d62a4930f3
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 16:39:36 2022 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 16:39:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b6e0fc

sys-kernel/genkernel: refresh patch

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Closes: https://bugs.gentoo.org/856346

 .../files/genkernel-4.2.6-boost-optim.patch        | 23 ------------------
 .../files/genkernel-4.2.6-gcc-12-boost-1.79.patch  | 28 ++++++++++++++++++++++
 2 files changed, 28 insertions(+), 23 deletions(-)

diff --git a/sys-kernel/genkernel/files/genkernel-4.2.6-boost-optim.patch b/sys-kernel/genkernel/files/genkernel-4.2.6-boost-optim.patch
deleted file mode 100644
index 356202ddc095..000000000000
--- a/sys-kernel/genkernel/files/genkernel-4.2.6-boost-optim.patch
+++ /dev/null
@@ -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'!"
- }

diff --git a/sys-kernel/genkernel/files/genkernel-4.2.6-gcc-12-boost-1.79.patch b/sys-kernel/genkernel/files/genkernel-4.2.6-gcc-12-boost-1.79.patch
new file mode 100644
index 000000000000..f65a272b953f
--- /dev/null
+++ b/sys-kernel/genkernel/files/genkernel-4.2.6-gcc-12-boost-1.79.patch
@@ -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
+


             reply	other threads:[~2022-07-04 16:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 16:39 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22 15:48 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/files/ Ben Kohler
2024-05-01 16:04 Ben Kohler
2021-07-25 21:32 Conrad Kostecki
2020-06-28 20:51 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1656952776.a2b6e0fc6c044df63edd22693da4e3d62a4930f3.robbat2@gentoo \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox