diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:47:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-09 22:47:41 +0300 |
commit | d700d8f3ef7340b35e0d37bb7e3c66407dc73721 (patch) | |
tree | bd7fe18f4372606481300977597165cdd8d17fa3 /app-containers/podman | |
parent | sys-devel/automake: Stabilize 1.16.5 ppc64, #833654 (diff) | |
download | gentoo-d700d8f3ef7340b35e0d37bb7e3c66407dc73721.tar.gz gentoo-d700d8f3ef7340b35e0d37bb7e3c66407dc73721.tar.bz2 gentoo-d700d8f3ef7340b35e0d37bb7e3c66407dc73721.zip |
app-containers/podman: Stabilize 4.0.3 arm64, #836675
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/podman')
-rw-r--r-- | app-containers/podman/podman-4.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/podman/podman-4.0.3.ebuild b/app-containers/podman/podman-4.0.3.ebuild index e388adf7dd52..64fb11cc6c0f 100644 --- a/app-containers/podman/podman-4.0.3.ebuild +++ b/app-containers/podman/podman-4.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> ${MY_P}.t LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 arm64 ~ppc64 ~riscv" IUSE="apparmor btrfs cgroup-hybrid +fuse +init +rootless selinux" RESTRICT+=" test" |