summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 06:43:43 +0000
committerSam James <sam@gentoo.org>2021-04-29 14:18:57 +0000
commit49e642186373fac1eab297c0b8e632c9217191a2 (patch)
tree962ebe23b0c9372709fd37ea083abddf410a2f9b
parentdev-python/numpy: Stabilize 1.20.2 amd64, #786048 (diff)
downloadgentoo-49e642186373fac1eab297c0b8e632c9217191a2.tar.gz
gentoo-49e642186373fac1eab297c0b8e632c9217191a2.tar.bz2
gentoo-49e642186373fac1eab297c0b8e632c9217191a2.zip
app-emulation/docker-credential-helpers: Stabilize 0.6.3 amd64, #786567
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild4
1 files changed, 2 insertions, 2 deletions
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
index 1b1d5979dcfc..ea5a5b0037df 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SLOT="0"
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="amd64 ~arm64"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot