From 3f25ffe411e38bf8fb2ef7ade70b832bbda6fb79 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Tue, 11 Dec 2018 11:11:41 +0100 Subject: app-emulation/runc: Stabilize on amd64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Rüger Package-Manager: Portage-2.3.52, Repoman-2.3.11 --- app-emulation/runc/runc-1.0.0_rc5_p20180509.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emulation') 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 -- cgit v1.2.3-65-gdbad