summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-06-04 18:58:02 +0200
committerManuel Rüger <mrueg@gentoo.org>2019-06-04 18:58:02 +0200
commit61c31d9b67bc710a76bf43d5ddcf6704ae41f442 (patch)
treef31093e022e8a52836e675f65857fb115a628e95 /app-emulation/runc
parentapp-emulation/docker: Stable on amd64 (diff)
downloadgentoo-61c31d9b67bc710a76bf43d5ddcf6704ae41f442.tar.gz
gentoo-61c31d9b67bc710a76bf43d5ddcf6704ae41f442.tar.bz2
gentoo-61c31d9b67bc710a76bf43d5ddcf6704ae41f442.zip
app-emulation/runc: Stable on amd64
Package-Manager: Portage-2.3.67, Repoman-2.3.12 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_rc8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc8.ebuild b/app-emulation/runc/runc-1.0.0_rc8.ebuild
index 7ebc6da0002a..2ceb623d765e 100644
--- a/app-emulation/runc/runc-1.0.0_rc8.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc8.ebuild
@@ -10,7 +10,7 @@ else
MY_PV="${PV/_/-}"
RUNC_COMMIT="425e105d5a03fabd737a126ad93d62a9eeede87f" # 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