diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-03-04 14:23:13 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-03-04 14:23:13 +0100 |
commit | 237be03ccc857912c0733684f8a785b86da7aea0 (patch) | |
tree | bea2af45bff428aedf96b80e13af86f2fae4868a /profiles/host-errol | |
parent | 8941f2809af570ac0633babb64c622c07cce2277 (diff) | |
download | gentoo-personal-overlay-237be03ccc857912c0733684f8a785b86da7aea0.tar.gz gentoo-personal-overlay-237be03ccc857912c0733684f8a785b86da7aea0.tar.bz2 gentoo-personal-overlay-237be03ccc857912c0733684f8a785b86da7aea0.zip |
profile/host-errol: change to amd hardware platform
Diffstat (limited to 'profiles/host-errol')
-rw-r--r-- | profiles/host-errol/package.use | 4 | ||||
-rw-r--r-- | profiles/host-errol/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/host-errol/parent | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/profiles/host-errol/package.use b/profiles/host-errol/package.use index feb05d3..980e75d 100644 --- a/profiles/host-errol/package.use +++ b/profiles/host-errol/package.use @@ -1,3 +1,7 @@ +# Kernel and initramfs +sys-boot/myinitramfs dmi +sys-kernel/linux initramfs ucode + # For laminar dev-cpp/websocketpp boost diff --git a/profiles/host-errol/package.use.mask b/profiles/host-errol/package.use.mask new file mode 100644 index 0000000..d5c2228 --- /dev/null +++ b/profiles/host-errol/package.use.mask @@ -0,0 +1,2 @@ +# Samba (fails to build with 32bit libraries) +net-fs/samba abi_x86_32 diff --git a/profiles/host-errol/parent b/profiles/host-errol/parent index 8401292..591547b 100644 --- a/profiles/host-errol/parent +++ b/profiles/host-errol/parent @@ -1,3 +1,3 @@ -../base/amd64 +../base/amd64/amd ../compile ../compile/openwrt |