diff options
author | Sam James <sam@gentoo.org> | 2024-03-24 05:57:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-24 05:57:47 +0000 |
commit | 111533b21911845b158ca803e4e1a1131bdc24bb (patch) | |
tree | b20396c71e6baae98b9988947461a283859d26d1 /app-containers | |
parent | sys-apps/coreutils: backport Clang 18 patch (diff) | |
download | gentoo-111533b21911845b158ca803e4e1a1131bdc24bb.tar.gz gentoo-111533b21911845b158ca803e4e1a1131bdc24bb.tar.bz2 gentoo-111533b21911845b158ca803e4e1a1131bdc24bb.zip |
app-containers/buildah: Stabilize 1.33.7 amd64, #927575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-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 8d0698568fd3..d2df0195c32a 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=" |