diff options
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild b/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild index 4f5cf2ff5325..d00b1236e64b 100644 --- a/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc2-r2.ebuild @@ -12,7 +12,7 @@ else EGIT_COMMIT="v${MY_PV}" RUNC_COMMIT="c91b5be" # Change this when you update the ebuild SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="amd64 ~ppc64" inherit golang-vcs-snapshot fi |