diff options
author | 2024-06-30 07:09:57 +0100 | |
---|---|---|
committer | 2024-06-30 07:10:15 +0100 | |
commit | 0081776279b2edc4cb1bedf862c09505efc529e5 (patch) | |
tree | 851e2b468a8c8385f4feb44135d0f2b86814a74b /app-containers | |
parent | dev-libs/nss: add 3.101.1 (diff) | |
download | gentoo-0081776279b2edc4cb1bedf862c09505efc529e5.tar.gz gentoo-0081776279b2edc4cb1bedf862c09505efc529e5.tar.bz2 gentoo-0081776279b2edc4cb1bedf862c09505efc529e5.zip |
app-containers/buildah: Stabilize 1.35.3 arm64, #935051
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/buildah/buildah-1.35.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/buildah/buildah-1.35.3.ebuild b/app-containers/buildah/buildah-1.35.3.ebuild index e1c7e23390e5..098f155fe94f 100644 --- a/app-containers/buildah/buildah-1.35.3.ebuild +++ b/app-containers/buildah/buildah-1.35.3.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=" |