diff options
| author | 2024-11-13 11:16:51 -0500 | |
|---|---|---|
| committer | 2024-11-13 11:16:51 -0500 | |
| commit | 69657cffd889bc353cbf8e83f12b46bc48f7321b (patch) | |
| tree | 654050797a489bfd4064a72d7c63a0ebd09e731d /hosts/moyo/gentoo | |
| parent | 66ef19bafce2013f8878942e199541c8c994403c (diff) | |
| download | dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.tar.gz dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.tar.bz2 dotfiles-69657cffd889bc353cbf8e83f12b46bc48f7321b.zip | |
Update gentoo hosts
Diffstat (limited to 'hosts/moyo/gentoo')
| -rw-r--r-- | hosts/moyo/gentoo/make.conf | 2 | ||||
| -rw-r--r-- | hosts/moyo/gentoo/package.accept_keywords/incus | 1 | ||||
| -rw-r--r-- | hosts/moyo/gentoo/package.accept_keywords/seabios-bin | 1 | ||||
| -rw-r--r-- | hosts/moyo/gentoo/package.use/zz-autounmask | 4 |
4 files changed, 7 insertions, 1 deletions
diff --git a/hosts/moyo/gentoo/make.conf b/hosts/moyo/gentoo/make.conf index eb9fb97..c4778b9 100644 --- a/hosts/moyo/gentoo/make.conf +++ b/hosts/moyo/gentoo/make.conf @@ -3,7 +3,7 @@ CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${CFLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" -RUSTFLAGS="-C opt-level=3 -C target-cpu=native" +RUSTFLAGS="-C opt-level=2 -C target-cpu=native" MAKEOPTS="-j4" EMERGE_DEFAULT_OPTS="--jobs 2" diff --git a/hosts/moyo/gentoo/package.accept_keywords/incus b/hosts/moyo/gentoo/package.accept_keywords/incus new file mode 100644 index 0000000..5fae8e1 --- /dev/null +++ b/hosts/moyo/gentoo/package.accept_keywords/incus @@ -0,0 +1 @@ +app-containers/incus ~amd64 diff --git a/hosts/moyo/gentoo/package.accept_keywords/seabios-bin b/hosts/moyo/gentoo/package.accept_keywords/seabios-bin new file mode 100644 index 0000000..02519e6 --- /dev/null +++ b/hosts/moyo/gentoo/package.accept_keywords/seabios-bin @@ -0,0 +1 @@ +sys-firmware/seabios-bin ~amd64 diff --git a/hosts/moyo/gentoo/package.use/zz-autounmask b/hosts/moyo/gentoo/package.use/zz-autounmask index 65863fe..a25b21a 100644 --- a/hosts/moyo/gentoo/package.use/zz-autounmask +++ b/hosts/moyo/gentoo/package.use/zz-autounmask @@ -11,3 +11,7 @@ # required by app-containers/incus-6.0.0-r1::gentoo # required by incus (argument) >=sys-libs/libcap-2.69-r1 static-libs +# required by net-dns/bind-tools-9.18.0::gentoo +# required by @selected +# required by @world (argument) +>=net-dns/bind-9.18.29-r2 idn |