commit: 05692161cf792c9aa0c9f615a12f7b662386eb3f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 19:46:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 19:46:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05692161
app-containers/podman: Stabilize 4.9.3 amd64, #927046
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-containers/podman/podman-4.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-containers/podman/podman-4.9.3.ebuild
b/app-containers/podman/podman-4.9.3.ebuild
index 8ff988cd9665..3d8520e95600 100644
--- a/app-containers/podman/podman-4.9.3.ebuild
+++ b/app-containers/podman/podman-4.9.3.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="https://github.com/containers/podman/archive/v${PV/_rc/-rc}.tar.gz ->
${P}.tar.gz"
S="${WORKDIR}/${P/_rc/-rc}"
if [[ ${PV} != *rc* ]] ; then
- KEYWORDS="~amd64 arm64 ~riscv"
+ KEYWORDS="amd64 arm64 ~riscv"
fi
fi