diff options
author | Sam James <sam@gentoo.org> | 2020-10-06 14:00:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-06 14:00:43 +0000 |
commit | 074c6daafaa7c5fff1f3f2ff6cca9e8ce1c32aca (patch) | |
tree | 54d0165ed8fbe33b8a1f958202c2bfd2d4b1913d /app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild | |
parent | sys-apps/yarn: Keyword 1.22.10 arm, #746515 (diff) | |
download | gentoo-074c6daafaa7c5fff1f3f2ff6cca9e8ce1c32aca.tar.gz gentoo-074c6daafaa7c5fff1f3f2ff6cca9e8ce1c32aca.tar.bz2 gentoo-074c6daafaa7c5fff1f3f2ff6cca9e8ce1c32aca.zip |
app-emulation/docker-credential-helpers: Keyword 0.6.3 arm64, #741670
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild')
-rw-r--r-- | app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.3.ebuild | 4 |
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 3f46440c7bba..1b1d5979dcfc 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-2019 Gentoo Authors +# Copyright 1999-2020 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" + KEYWORDS="~amd64 ~arm64" EGIT_COMMIT="v${PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot |