summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-17 17:58:46 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-17 18:14:51 +0100
commit075397e56bf9902d665175ff1ca5d586ceef8a5b (patch)
treedf499d6aad03b95b18fa3a58188bb3d82cb667a6 /dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch
parentMove {sys-devel → dev-build}/qconf (diff)
downloadgentoo-075397e56bf9902d665175ff1ca5d586ceef8a5b.tar.gz
gentoo-075397e56bf9902d665175ff1ca5d586ceef8a5b.tar.bz2
gentoo-075397e56bf9902d665175ff1ca5d586ceef8a5b.zip
Move {dev-util → dev-build}/b2
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34867 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch')
-rw-r--r--dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch b/dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch
new file mode 100644
index 000000000000..620dea0af51b
--- /dev/null
+++ b/dev-build/b2/files/b2-4.9.2-add-none-feature-options.patch
@@ -0,0 +1,22 @@
+--- a/tools/features/debug-feature.jam
++++ b/tools/features/debug-feature.jam
+@@ -18,7 +18,7 @@ common usage is to build release variant with debugging information.
+ |# # end::doc[]
+
+ feature.feature debug-symbols
+- : on off
++ : on off none
+ : propagated ;
+
+ #| tag::prof-doc[]
+--- a/tools/features/optimization-feature.jam
++++ b/tools/features/optimization-feature.jam
+@@ -16,7 +16,7 @@ smaller binary.
+ |# # end::doc[]
+
+ feature.feature optimization
+- : off speed space minimal debug
++ : off none speed space minimal debug
+ : propagated ;
+
+ #| tag::inline-doc[]