diff options
author | 2024-03-27 12:14:29 +0000 | |
---|---|---|
committer | 2024-03-27 12:14:29 +0000 | |
commit | 85870099c0fc64ee414f1d3cb671a52e1eac9832 (patch) | |
tree | c2d4caaf8cd6c91802ba709e7c406ac4b515c477 /app-containers/buildah | |
parent | net-analyzer/icinga2: drop 2.13.9 (diff) | |
download | gentoo-85870099c0fc64ee414f1d3cb671a52e1eac9832.tar.gz gentoo-85870099c0fc64ee414f1d3cb671a52e1eac9832.tar.bz2 gentoo-85870099c0fc64ee414f1d3cb671a52e1eac9832.zip |
app-containers/buildah: Stabilize 1.33.7 arm64, #927575
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/buildah')
-rw-r--r-- | app-containers/buildah/buildah-1.33.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/buildah/buildah-1.33.7.ebuild b/app-containers/buildah/buildah-1.33.7.ebuild index 789e12962aa5..6a223369f6ba 100644 --- a/app-containers/buildah/buildah-1.33.7.ebuild +++ b/app-containers/buildah/buildah-1.33.7.ebuild @@ -27,7 +27,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/containers/buildah.git" else SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64" + KEYWORDS="amd64 arm64" fi RDEPEND=" |