diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-05-15 14:13:34 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-05-15 14:13:34 +0200 |
commit | 96e3f1e94343849354ef2c14d130ce8613f940d9 (patch) | |
tree | 9aad3b8599f159df5d9b45957f15e4a590ac321a /app-emulation/runc | |
parent | app-editors/notepadqq: Bump to version 1.4.0 (diff) | |
download | gentoo-96e3f1e94343849354ef2c14d130ce8613f940d9.tar.gz gentoo-96e3f1e94343849354ef2c14d130ce8613f940d9.tar.bz2 gentoo-96e3f1e94343849354ef2c14d130ce8613f940d9.zip |
app-emulation/runc: Stable on amd64
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild b/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild index d733f98a8122..745b05d7a61b 100644 --- a/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild @@ -11,7 +11,7 @@ else EGIT_COMMIT="v${MY_PV}" RUNC_COMMIT="4fc53a81fb7c994640722ac585fa9ca548971871" # 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-build golang-vcs-snapshot fi |