coreos-overlay: Add podman to board packages

and add keywords to profile. Podman 4.9.2 is the stable version
according to the website but it's keyworded ~ARCH in Gentoo. One of the
dependencies (containers-common) also needs to be keyworded or else
there are file collosions with the containers-storage package.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-03-06 13:08:45 +00:00
parent 922e4f4cb0
commit 5405224aea
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,7 @@ RDEPEND="
app-containers/containerd
app-containers/docker
app-containers/docker-cli
app-containers/podman
app-emulation/amazon-ssm-agent
app-emulation/wa-linux-agent
coreos-base/coreos

View File

@ -14,6 +14,9 @@
=app-containers/cri-tools-1.27.0 ~amd64 ~arm64
=app-containers/runc-1.1.12 ~amd64 ~arm64
=app-containers/podman-4.9.2 ~amd64 ~arm64
=app-containers/containers-common-0.57.3 ~amd64 ~arm64
# Seems to be the only available ebuild in portage-stable right now.
=app-crypt/adcli-0.9.2 ~amd64 ~arm64