commit: 60796b1a358dbe2a78a7c4fae6dc2c5ab0a3c00a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 5 17:07:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 5 17:18:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60796b1a
app-containers/docker-buildx: Stabilize 0.20.1 ppc64, #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 f89e29c3bee6..881cd100bbe7 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