yellow: Only install stable packages on the host

Since the container images we're using as a base for the build system
only contain stable packages, setting ACCEPT_KEYWORDS to allow unstable
packages globally can cause a lot of rebuilds and potentially break
things.  Instead, we only set ~arch for the packages we actually need
recent versions on the host.

This does not affect packages installed in the target root, of course.
gentoo
Dustin 2023-03-16 18:43:30 -05:00
parent 2eb225f0fc
commit 1280f406f8
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
ACCEPT_KEYWORDS="~${ARCH} ${ARCH}"
ACCEPT_KEYWORDS="${ARCH}"

View File

@ -0,0 +1 @@
sys-fs/genimage ~amd64