commit:     8b7422293dcf9cc62518dcbc49239b6e637b6b74
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 04:46:21 2022 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 04:46:55 2022 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8b742229
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 <AT> 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'!"
 }

Reply via email to