summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2019-02-11 20:32:44 +0100
committerManuel Rüger <mrueg@gentoo.org>2019-02-11 20:32:44 +0100
commitacae688767dcc5911a83892a366ba14c1d9b6180 (patch)
tree0f255084a8bf155408f69920715735566b0e5d29 /app-emulation/runc
parentapp-emulation/runc: Backport fix (diff)
downloadgentoo-acae688767dcc5911a83892a366ba14c1d9b6180.tar.gz
gentoo-acae688767dcc5911a83892a366ba14c1d9b6180.tar.bz2
gentoo-acae688767dcc5911a83892a366ba14c1d9b6180.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/runc')
-rw-r--r--app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
index 2aca18c8e96f..992fdf609d60 100644
--- a/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc5_p20180509-r1.ebuild
@@ -11,7 +11,7 @@ else
EGIT_COMMIT="v${MY_PV}"
RUNC_COMMIT="69663f0bd4b60df09991c08812a60108003fa340" # 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