diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-07 22:55:16 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-07 22:57:29 +0200 |
commit | 1287e57bb5cf164fd1899ef8e0a92a5ceac0bac8 (patch) | |
tree | 95ba9ca8902b139a510aea3f56f4b96deae01f88 /app-containers/podman | |
parent | app-containers/catatonit: Stabilize 0.1.7 amd64, #836675 (diff) | |
download | gentoo-1287e57bb5cf164fd1899ef8e0a92a5ceac0bac8.tar.gz gentoo-1287e57bb5cf164fd1899ef8e0a92a5ceac0bac8.tar.bz2 gentoo-1287e57bb5cf164fd1899ef8e0a92a5ceac0bac8.zip |
app-containers/podman: Stabilize 4.0.3 amd64, #836675
Signed-off-by: Jakov Smolić <jsmolic@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 3b27406e15ab..e388adf7dd52 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" |