commit: 04a6f4ace95a69acd800ee35679b979a095e30c4 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Sep 11 20:37:54 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Sep 11 20:38:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a6f4ac
app-emulation/docker-registry: amd64 stable Closes: https://bugs.gentoo.org/741674 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-emulation/docker-registry/docker-registry-2.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/docker-registry/docker-registry-2.7.1.ebuild b/app-emulation/docker-registry/docker-registry-2.7.1.ebuild index 23e7af931a1..76cfd9e08ae 100644 --- a/app-emulation/docker-registry/docker-registry-2.7.1.ebuild +++ b/app-emulation/docker-registry/docker-registry-2.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit golang-vcs-snapshot systemd user -KEYWORDS="~amd64" +KEYWORDS="amd64" EGO_PN="github.com/docker/distribution" EGIT_COMMIT="2461543d988979529609e8cb6fca9ca190dc48da" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
