summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-10-07 11:23:20 +0200
committerManuel Rüger <mrueg@gentoo.org>2019-10-07 11:23:20 +0200
commite053fcc59a22149264a00fa217c3afc3f80d9f7f (patch)
treec863d354a66188b3813cd68eaf495c8f6ac4d306 /app-emulation/runc
parentapp-emulation/runc: Version bump to 1.0.0_rc9 (diff)
downloadgentoo-e053fcc59a22149264a00fa217c3afc3f80d9f7f.tar.gz
gentoo-e053fcc59a22149264a00fa217c3afc3f80d9f7f.tar.bz2
gentoo-e053fcc59a22149264a00fa217c3afc3f80d9f7f.zip
app-emulation/runc: Stabilize on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger <mrueg@gentoo.org>
Diffstat (limited to 'app-emulation/runc')
-rw-r--r--app-emulation/runc/runc-1.0.0_rc9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc9.ebuild b/app-emulation/runc/runc-1.0.0_rc9.ebuild
index add890e1a322..8ee71c06ab27 100644
--- a/app-emulation/runc/runc-1.0.0_rc9.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc9.ebuild
@@ -10,7 +10,7 @@ else
MY_PV="${PV/_/-}"
RUNC_COMMIT="d736ef14f0288d6993a1845745d6756cfc9ddd5a" # 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