Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-registry/
Date: Tue, 06 Oct 2020 13:43:34
Message-Id: 1601991722.40af732c9550316bce18d82689796fdb6c50eebb.sam@gentoo
1 commit: 40af732c9550316bce18d82689796fdb6c50eebb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 13:42:02 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 13:42:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40af732c
7
8 app-emulation/docker-registry: Keyword 2.7.1 arm64, #741674
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/docker-registry/docker-registry-2.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/docker-registry/docker-registry-2.7.1.ebuild b/app-emulation/docker-registry/docker-registry-2.7.1.ebuild
16 index 76cfd9e08ae..76e7bd12811 100644
17 --- a/app-emulation/docker-registry/docker-registry-2.7.1.ebuild
18 +++ b/app-emulation/docker-registry/docker-registry-2.7.1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=6
21 inherit golang-vcs-snapshot systemd user
22
23 -KEYWORDS="amd64"
24 +KEYWORDS="amd64 ~arm64"
25 EGO_PN="github.com/docker/distribution"
26 EGIT_COMMIT="2461543d988979529609e8cb6fca9ca190dc48da"
27 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"