diff options
author | Karel Kočí <cynerd@email.cz> | 2020-04-09 09:39:01 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-04-09 09:39:01 +0200 |
commit | d8d9be0691a32642c5c9815913c0ffdaa5d92edf (patch) | |
tree | 74c226623b4b9ec10e775c3b776757fb082d0463 /profiles/host-ridcully | |
parent | 7e964db444a69e9ce426a4c5d699acdddb6c35f6 (diff) | |
download | gentoo-personal-overlay-d8d9be0691a32642c5c9815913c0ffdaa5d92edf.tar.gz gentoo-personal-overlay-d8d9be0691a32642c5c9815913c0ffdaa5d92edf.tar.bz2 gentoo-personal-overlay-d8d9be0691a32642c5c9815913c0ffdaa5d92edf.zip |
profiles: switch to subprofiles for cpu and gpu
Diffstat (limited to 'profiles/host-ridcully')
-rw-r--r-- | profiles/host-ridcully/make.defaults | 5 | ||||
-rw-r--r-- | profiles/host-ridcully/package.use | 1 | ||||
-rw-r--r-- | profiles/host-ridcully/packages | 2 | ||||
-rw-r--r-- | profiles/host-ridcully/parent | 3 |
4 files changed, 3 insertions, 8 deletions
diff --git a/profiles/host-ridcully/make.defaults b/profiles/host-ridcully/make.defaults index d38d886..fe73680 100644 --- a/profiles/host-ridcully/make.defaults +++ b/profiles/host-ridcully/make.defaults @@ -1,8 +1,5 @@ # vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" MAKEOPTS="-j12" INPUT_DEVICES="roccat_suora" -VIDEO_CARDS="-* amdgpu radeonsi" - -USE_EXPAND="INPUT_DEVICES VIDEO_CARDS" +USE_EXPAND="INPUT_DEVICES" diff --git a/profiles/host-ridcully/package.use b/profiles/host-ridcully/package.use index 3ffbcd1..8505c3e 100644 --- a/profiles/host-ridcully/package.use +++ b/profiles/host-ridcully/package.use @@ -1,4 +1,3 @@ acct-user/cynerd roccat -sys-kernel/linux initramfs ucode x11-themes/background-lnxpcs 1440p diff --git a/profiles/host-ridcully/packages b/profiles/host-ridcully/packages index e8f550f..f914d0b 100644 --- a/profiles/host-ridcully/packages +++ b/profiles/host-ridcully/packages @@ -1,5 +1,3 @@ -sys-boot/myinitramfs - # lighttpd www-servers/lighttpd diff --git a/profiles/host-ridcully/parent b/profiles/host-ridcully/parent index 83320e2..cfd55e6 100644 --- a/profiles/host-ridcully/parent +++ b/profiles/host-ridcully/parent @@ -1,4 +1,5 @@ -../base/amd64/amd +../base/cpu/amd +../base/gpu/amd ../desktop/x ../desktop/wayland ../devel |