Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-registry/
Date: Fri, 11 Sep 2020 20:43:06
Message-Id: 1599856713.04a6f4ace95a69acd800ee35679b979a095e30c4.zmedico@gentoo
1 commit: 04a6f4ace95a69acd800ee35679b979a095e30c4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 20:37:54 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 20:38:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a6f4ac
7
8 app-emulation/docker-registry: amd64 stable
9
10 Closes: https://bugs.gentoo.org/741674
11 Package-Manager: Portage-3.0.6, Repoman-3.0.1
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 app-emulation/docker-registry/docker-registry-2.7.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/docker-registry/docker-registry-2.7.1.ebuild b/app-emulation/docker-registry/docker-registry-2.7.1.ebuild
18 index 23e7af931a1..76cfd9e08ae 100644
19 --- a/app-emulation/docker-registry/docker-registry-2.7.1.ebuild
20 +++ b/app-emulation/docker-registry/docker-registry-2.7.1.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 inherit golang-vcs-snapshot systemd user
28
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31 EGO_PN="github.com/docker/distribution"
32 EGIT_COMMIT="2461543d988979529609e8cb6fca9ca190dc48da"
33 SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"