diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-01-02 14:03:15 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-01-02 14:03:15 +0100 |
commit | 8207cee096c74596c3cfd2f262d68ff7767ad4e0 (patch) | |
tree | f9295f9417ac40c6480bf5acc9ca59015df33e26 /app-emulation | |
parent | app-emulation/docker-proxy: Stable on amd64 (diff) | |
download | gentoo-8207cee096c74596c3cfd2f262d68ff7767ad4e0.tar.gz gentoo-8207cee096c74596c3cfd2f262d68ff7767ad4e0.tar.bz2 gentoo-8207cee096c74596c3cfd2f262d68ff7767ad4e0.zip |
app-emulation/docker-runc: Stable on amd64
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild index 8ea1d028f5b3..680647433350 100644 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild +++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc4_p20170917.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ else EGIT_COMMIT="3f2f8b84a77f73d38244dd690525642a72156c64" RUNC_COMMIT="3f2f8b84" # Change this when you update the ebuild SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64" + KEYWORDS="amd64 ~arm ~ppc64" inherit golang-vcs-snapshot fi |