diff options
author | 2024-12-01 19:02:04 +0000 | |
---|---|---|
committer | 2024-12-01 19:02:04 +0000 | |
commit | e2d48fbad8944e41e21f1e1e6b1360057eeda324 (patch) | |
tree | 0e96207f7dc0fef6d0f8896bfef46c848e6a2bb1 /app-containers | |
parent | dev-perl/Class-Data-Inheritable: Stabilize 0.100.0 ppc64, #945603 (diff) | |
download | gentoo-e2d48fbad8944e41e21f1e1e6b1360057eeda324.tar.gz gentoo-e2d48fbad8944e41e21f1e1e6b1360057eeda324.tar.bz2 gentoo-e2d48fbad8944e41e21f1e1e6b1360057eeda324.zip |
app-containers/docker-buildx: Stabilize 0.11.2 arm64, #945616
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/docker-buildx/docker-buildx-0.11.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/docker-buildx/docker-buildx-0.11.2.ebuild b/app-containers/docker-buildx/docker-buildx-0.11.2.ebuild index 8cecb6eed7ae..92f005273a19 100644 --- a/app-containers/docker-buildx/docker-buildx-0.11.2.ebuild +++ b/app-containers/docker-buildx/docker-buildx-0.11.2.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 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/docker/buildx.git" else SRC_URI="https://github.com/docker/buildx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86" S="${WORKDIR}/${MY_PN}-${PV}" fi |