diff options
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/podman/podman-4.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |