diff options
Diffstat (limited to 'app-emulation/docker-runc')
-rw-r--r-- | app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild b/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild index 03e8e10d6e78..930d6d1ff44e 100644 --- a/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild +++ b/app-emulation/docker-runc/docker-runc-1.0.0_rc3_p20170706.ebuild @@ -11,7 +11,7 @@ else EGIT_COMMIT="810190ceaa507aa2727d7ae6f4790c76ec150bd2" RUNC_COMMIT="810190" # 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 |