summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/layout.conf1
-rw-r--r--profiles/cherryblossom/parent2
-rw-r--r--profiles/targets/base/make.defaults2
3 files changed, 3 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 72b1704..61f31b1 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -2,3 +2,4 @@ masters = gentoo guru
auto-sync = false
thin-manifests = true
sign-manifests = false
+profile-formats = portage-2
diff --git a/profiles/cherryblossom/parent b/profiles/cherryblossom/parent
index b75ac53..3b424cc 100644
--- a/profiles/cherryblossom/parent
+++ b/profiles/cherryblossom/parent
@@ -1,4 +1,4 @@
seeds:targets/base
seeds:targets/tty
seeds:targets/desktop
-seeds:targets/hacking
+seeds:targets/dev
diff --git a/profiles/targets/base/make.defaults b/profiles/targets/base/make.defaults
index ca29e19..45e4be0 100644
--- a/profiles/targets/base/make.defaults
+++ b/profiles/targets/base/make.defaults
@@ -3,7 +3,7 @@ CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
-RUSTFLAGS="${RUSTFLAGS} -C target-cpuznative"
+RUSTFLAGS="${RUSTFLAGS} -C target-cpu=native"
USE="dist-kernel -systemd"
ACCEPT_LICENSE="-* @FREE"