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-dean | |
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-dean')
-rw-r--r-- | profiles/host-dean/make.defaults | 7 | ||||
-rw-r--r-- | profiles/host-dean/package.use | 7 | ||||
-rw-r--r-- | profiles/host-dean/packages | 2 | ||||
-rw-r--r-- | profiles/host-dean/parent | 3 |
4 files changed, 3 insertions, 16 deletions
diff --git a/profiles/host-dean/make.defaults b/profiles/host-dean/make.defaults index f0a0f73..c008c76 100644 --- a/profiles/host-dean/make.defaults +++ b/profiles/host-dean/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="-j7" - -VIDEO_CARDS="-* intel i965" - -USE_EXPAND="VIDEO_CARDS" +MAKEOPTS="-j16 -l7" diff --git a/profiles/host-dean/package.use b/profiles/host-dean/package.use index 8a5ca18..11cdab9 100644 --- a/profiles/host-dean/package.use +++ b/profiles/host-dean/package.use @@ -1,8 +1 @@ -# For myinitramfs -sys-kernel/linux initramfs ucode - -# Required by chromium -dev-libs/libxml2 icu - app-emulation/docker btrfs -media-libs/mesa -opencl diff --git a/profiles/host-dean/packages b/profiles/host-dean/packages index c221ab0..2c54931 100644 --- a/profiles/host-dean/packages +++ b/profiles/host-dean/packages @@ -1,5 +1,3 @@ -sys-boot/myinitramfs - # Dockershit app-emulation/docker # Othershit diff --git a/profiles/host-dean/parent b/profiles/host-dean/parent index 885a804..6a98ac0 100644 --- a/profiles/host-dean/parent +++ b/profiles/host-dean/parent @@ -1,4 +1,5 @@ -../base/amd64/intel +../base/cpu/intel/i7 +../base/gpu/intel ../desktop/x ../desktop/wayland ../devel |