diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2019-02-11 18:43:53 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2019-02-11 18:44:19 +0100 |
commit | 36f268572639eba1a136a46d76236a25ec1652cd (patch) | |
tree | 6a4302fd548d1642ca3191eee3f234ce39a6bc7e /app-emulation | |
parent | app-emulation/runc: Fix security vuln (diff) | |
download | gentoo-36f268572639eba1a136a46d76236a25ec1652cd.tar.gz gentoo-36f268572639eba1a136a46d76236a25ec1652cd.tar.bz2 gentoo-36f268572639eba1a136a46d76236a25ec1652cd.zip |
app-emulation/runc: Stabilize on amd64
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc6_p20181203-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc6_p20181203-r1.ebuild b/app-emulation/runc/runc-1.0.0_rc6_p20181203-r1.ebuild index 44d7e6ca8b4a..893c249793a5 100644 --- a/app-emulation/runc/runc-1.0.0_rc6_p20181203-r1.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc6_p20181203-r1.ebuild @@ -10,7 +10,7 @@ else MY_PV="${PV/_/-}" RUNC_COMMIT="96ec2177ae841256168fcf76954f7177af9446eb" # 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 |