diff options
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 |