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-susan | |
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-susan')
-rw-r--r-- | profiles/host-susan/make.defaults | 5 | ||||
-rw-r--r-- | profiles/host-susan/package.use | 5 | ||||
-rw-r--r-- | profiles/host-susan/parent | 3 |
3 files changed, 2 insertions, 11 deletions
diff --git a/profiles/host-susan/make.defaults b/profiles/host-susan/make.defaults index 38a2820..f3a5f7a 100644 --- a/profiles/host-susan/make.defaults +++ b/profiles/host-susan/make.defaults @@ -1,7 +1,2 @@ # vim:ft=gentoo-make-conf -CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" MAKEOPTS="-j3" - -VIDEO_CARDS="-* intel i965" - -USE_EXPAND="VIDEO_CARDS" diff --git a/profiles/host-susan/package.use b/profiles/host-susan/package.use index f669197..f07ff94 100644 --- a/profiles/host-susan/package.use +++ b/profiles/host-susan/package.use @@ -1,6 +1 @@ -sys-kernel/linux initramfs ucode - x11-themes/background-lnxpcs 1600p - -# Disable opencl and d3d9 as those are not supported on intel gpu -media-libs/mesa -opencl -d3d9 diff --git a/profiles/host-susan/parent b/profiles/host-susan/parent index b1f0abb..c7ca3cf 100644 --- a/profiles/host-susan/parent +++ b/profiles/host-susan/parent @@ -1,4 +1,5 @@ -../base/amd64/intel +../base/cpu/intel/i7 +../base/gpu/intel ../laptop/touch ../desktop/wayland ../devel |