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-credential-helpers/
Date: Thu, 29 Apr 2021 14:19:32
Message-Id: 1619705937.49e642186373fac1eab297c0b8e632c9217191a2.sam@gentoo
1 commit: 49e642186373fac1eab297c0b8e632c9217191a2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 06:43:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 14:18:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e64218
7
8 app-emulation/docker-credential-helpers: Stabilize 0.6.3 amd64, #786567
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild b/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild
16 index 1b1d5979dcf..ea5a5b0037d 100644
17 --- a/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild
18 +++ b/app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ SLOT="0"
26 if [[ ${PV} = *9999* ]]; then
27 inherit golang-vcs
28 else
29 - KEYWORDS="~amd64 ~arm64"
30 + KEYWORDS="amd64 ~arm64"
31 EGIT_COMMIT="v${PV}"
32 SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
33 inherit golang-vcs-snapshot