From 5405224aea89618273909896a48bb9ed3d58d295 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 6 Mar 2024 13:08:45 +0000 Subject: [PATCH] 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 --- .../coreos-devel/board-packages/board-packages-0.0.1.ebuild | 1 + .../profiles/coreos/base/package.accept_keywords | 3 +++ 2 files changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-devel/board-packages/board-packages-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-devel/board-packages/board-packages-0.0.1.ebuild index 5166713cb1..92451f369b 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-devel/board-packages/board-packages-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-devel/board-packages/board-packages-0.0.1.ebuild @@ -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 diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index 182e207a40..4dfe24fb88 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -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