summaryrefslogtreecommitdiff
path: root/profiles/features
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-07 12:24:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-07 12:24:47 +0100
commit5d8ffbc273ca664e15618d557ced3e02de1a884b (patch)
treebc22fbc6a07790fd70dc8b5148de3089a1c4db3e /profiles/features
parent4187bba080530c5ca1c7dae9c233e88f3fc8f535 (diff)
gentoo auto-resync : 07:07:2024 - 12:24:46
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/hardened/make.defaults2
-rw-r--r--profiles/features/llvm/make.defaults2
-rw-r--r--profiles/features/split-usr/make.defaults2
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults
index 8843d9bdb2c8..431f75d3915d 100644
--- a/profiles/features/hardened/make.defaults
+++ b/profiles/features/hardened/make.defaults
@@ -12,7 +12,7 @@ USE="hardened pic xtpax -jit -orc"
# This variable can be leveraged in ebuilds for pkg_postinst messages that
# indicate said package is, say, configured in a way that defeats the purpose
# of running hardened.
-PROFILE_IS_HARDENED=1
+PROFILE_IS_HARDENED="1"
# We set the default markings to none
PAX_MARKINGS="none"
diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults
index defd200ce9d1..f36599c1e300 100644
--- a/profiles/features/llvm/make.defaults
+++ b/profiles/features/llvm/make.defaults
@@ -31,7 +31,7 @@ ADDR2LINE="llvm-addr2line"
# Rust needs this to build some crates (like uutils)
# https://github.com/rust-lang/rust/blob/master/compiler/rustc_llvm/build.rs
-LLVM_USE_LIBCXX=1
+LLVM_USE_LIBCXX="1"
# https://github.com/rust-lang/cc-rs#c-support
# https://github.com/rust-lang/cc-rs/blob/main/src/lib.rs
CXXSTDLIB="c++"
diff --git a/profiles/features/split-usr/make.defaults b/profiles/features/split-usr/make.defaults
index 9d42deee4999..3f95c0a0e32a 100644
--- a/profiles/features/split-usr/make.defaults
+++ b/profiles/features/split-usr/make.defaults
@@ -1,2 +1,2 @@
# Set an environment variable so we can easily test for the profile type
-PROFILE_23_USRTYPE=split-usr
+PROFILE_23_USRTYPE="split-usr"