diff options
author | Sam James <sam@gentoo.org> | 2024-01-07 06:11:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-07 06:11:52 +0000 |
commit | 89ec9219f2e065193a15f617b106735f017fbedf (patch) | |
tree | 0ac2eec2fcb96b71a4343a4b7225c0718a0ad176 /app-containers | |
parent | app-containers/aardvark-dns: Stabilize 1.9.0 arm64, #921435 (diff) | |
download | gentoo-89ec9219f2e065193a15f617b106735f017fbedf.tar.gz gentoo-89ec9219f2e065193a15f617b106735f017fbedf.tar.bz2 gentoo-89ec9219f2e065193a15f617b106735f017fbedf.zip |
app-containers/buildah: Stabilize 1.34.0 arm64, #921435
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/buildah/buildah-1.34.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/buildah/buildah-1.34.0.ebuild b/app-containers/buildah/buildah-1.34.0.ebuild index 4b4a54c71ba9..0a54ae957f04 100644 --- a/app-containers/buildah/buildah-1.34.0.ebuild +++ b/app-containers/buildah/buildah-1.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,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=" |