Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/docker-distribution-pruner/
Date: Thu, 01 Oct 2020 00:41:40
Message-Id: 1601512883.998f262c73e0448613bc6c44878d5fbf7fd654d2.sam@gentoo
1 commit: 998f262c73e0448613bc6c44878d5fbf7fd654d2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 00:41:23 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 00:41:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998f262c
7
8 dev-util/docker-distribution-pruner: Keyword 0_p20170401 arm64, #741834
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../docker-distribution-pruner-0_p20170401.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild b/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild
16 index 3eafca49e43..506f657c859 100644
17 --- a/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild
18 +++ b/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ EGO_VENDOR=( "gopkg.in/yaml.v2 a3f3340b5840cee44f372bddb5880fcbc419b46a github.c
26 inherit golang-build golang-vcs-snapshot
27
28 ARCHIVE_URI="https://${EGO_PN%/*}/repository/archive.tar.gz?ref=${EGIT_COMMIT} -> ${P}.tar.gz"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~arm64"
31
32 DESCRIPTION="Clean all old container revisions from registry"
33 HOMEPAGE="https://gitlab.com/gitlab-org/docker-distribution-pruner"