summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-03-28 15:41:19 +0100
committerManuel Rüger <mrueg@gentoo.org>2019-03-28 15:41:19 +0100
commit03d23e49f8aca6d65092221d97b35c084923fef4 (patch)
tree6bc1ef7589e2913760a2014a5d72e44c81159ff9 /app-emulation
parentapp-emulation/runc: Update snapshot (diff)
downloadgentoo-03d23e49f8aca6d65092221d97b35c084923fef4.tar.gz
gentoo-03d23e49f8aca6d65092221d97b35c084923fef4.tar.bz2
gentoo-03d23e49f8aca6d65092221d97b35c084923fef4.zip
app-emulation/runc: Stabilize on amd64
Package-Manager: Portage-2.3.62, 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_p20190216.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild b/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild
index e4110183e35c..d1e688e0dd66 100644
--- a/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc6_p20190216.ebuild
@@ -10,7 +10,7 @@ else
MY_PV="${PV/_/-}"
RUNC_COMMIT="2b18fe1d885ee5083ef9f0838fee39b62d653e30" # 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