commit:     2f0bb6cc456c1d89c02e7d1e0b50cbcd95b6d636
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  5 17:07:29 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  5 17:18:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0bb6cc

app-containers/docker-buildx: Stabilize 0.20.1 arm64, #953226

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/docker-buildx/docker-buildx-0.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild 
b/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
index 881cd100bbe7..385833c044c7 100644
--- a/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
+++ b/app-containers/docker-buildx/docker-buildx-0.20.1.ebuild
@@ -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
 

Reply via email to