diff options
Diffstat (limited to 'app-containers/podman/podman-5.3.0.ebuild')
-rw-r--r-- | app-containers/podman/podman-5.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/podman/podman-5.3.0.ebuild b/app-containers/podman/podman-5.3.0.ebuild index 1deb45b19629..365a368d763d 100644 --- a/app-containers/podman/podman-5.3.0.ebuild +++ b/app-containers/podman/podman-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/containers/podman/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P/_rc/-rc}" [[ ${PV} != *rc* ]] && \ - KEYWORDS="~amd64 ~arm64 ~loong ~riscv" + KEYWORDS="amd64 arm64 ~loong ~riscv" fi # main pkg |