diff options
-rw-r--r-- | profiles/desktop/amd64/parent | 3 | ||||
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desktop/amd64/parent b/profiles/desktop/amd64/parent index a9b2ca36..6fe9592c 100644 --- a/profiles/desktop/amd64/parent +++ b/profiles/desktop/amd64/parent @@ -1,3 +1,4 @@ +gentoo:targets/systemd gentoo:default/linux/amd64/17.1/desktop -gentoo:default/linux/amd64/17.1/hardened +gentoo:default/linux/amd64/17.1/no-multilib/hardened .. diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index b6904260..17300631 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -77,4 +77,4 @@ USE="${USE} -accessibility -espeak -udisks highlight" USE="${USE} cue fftw libaas srt xface" # Systemd -USE="${USE} systemd user-session policykit" +USE="${USE} user-session policykit" |