diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-02-20 17:36:10 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-02-26 14:08:02 +0100 |
commit | 1b4a04155068b831faf6ea54d1fa7463cba0ee15 (patch) | |
tree | 9c09d69a5e9545ca30b909ba7c8068bad18a4e65 /profiles/host-susan | |
parent | 3b6b05bca85caaed826a5a466d7f1504640e209c (diff) | |
download | gentoo-personal-overlay-1b4a04155068b831faf6ea54d1fa7463cba0ee15.tar.gz gentoo-personal-overlay-1b4a04155068b831faf6ea54d1fa7463cba0ee15.tar.bz2 gentoo-personal-overlay-1b4a04155068b831faf6ea54d1fa7463cba0ee15.zip |
profiles: rename end profiles to more appropriate names
Diffstat (limited to 'profiles/host-susan')
-rw-r--r-- | profiles/host-susan/eapi | 1 | ||||
-rw-r--r-- | profiles/host-susan/make.defaults | 7 | ||||
-rw-r--r-- | profiles/host-susan/package.use | 6 | ||||
-rw-r--r-- | profiles/host-susan/packages | 1 | ||||
-rw-r--r-- | profiles/host-susan/parent | 7 |
5 files changed, 22 insertions, 0 deletions
diff --git a/profiles/host-susan/eapi b/profiles/host-susan/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/host-susan/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/host-susan/make.defaults b/profiles/host-susan/make.defaults new file mode 100644 index 0000000..f6316eb --- /dev/null +++ b/profiles/host-susan/make.defaults @@ -0,0 +1,7 @@ +# 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 new file mode 100644 index 0000000..f669197 --- /dev/null +++ b/profiles/host-susan/package.use @@ -0,0 +1,6 @@ +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/packages b/profiles/host-susan/packages new file mode 100644 index 0000000..e324593 --- /dev/null +++ b/profiles/host-susan/packages @@ -0,0 +1 @@ +sys-boot/myinitramfs diff --git a/profiles/host-susan/parent b/profiles/host-susan/parent new file mode 100644 index 0000000..b1f0abb --- /dev/null +++ b/profiles/host-susan/parent @@ -0,0 +1,7 @@ +../base/amd64/intel +../laptop/touch +../desktop/wayland +../devel +../hwdevel +../latex +../gaming |