diff options
author | 2018-12-11 11:11:41 +0100 | |
---|---|---|
committer | 2018-12-11 11:11:41 +0100 | |
commit | 3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79 (patch) | |
tree | e1831d8ba7283677dedea542b6d4aa4957f13753 /app-emulation/runc | |
parent | app-emulation/docker-proxy: Stabilize on amd64 (diff) | |
download | gentoo-3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79.tar.gz gentoo-3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79.tar.bz2 gentoo-3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79.zip |
app-emulation/runc: Stabilize on amd64
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild b/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild index 6447ca4dff6d..eb9cce7cf94b 100644 --- a/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ else EGIT_COMMIT="v${MY_PV}" RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # Change this when you update the ebuild SRC_URI="https://${EGO_PN}/archive/${RUNC_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64" inherit golang-build golang-vcs-snapshot fi |