summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-02-13 15:22:14 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-02-13 15:22:14 +0100
commit407ed0ce8607945b02dcbcd6720da3a3f9b4ad5b (patch)
treeb68fcb5e176ca411abedee1b5b03b958084fc1e8
parentprofiles/arch/arm64: p.use.mask media-libs/opencv USE=vtk (diff)
downloadgentoo-407ed0ce.tar.gz
gentoo-407ed0ce.tar.bz2
gentoo-407ed0ce.zip
app-emulation/runc: Stable on amd64
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--app-emulation/runc/runc-1.0.0_rc4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc4.ebuild b/app-emulation/runc/runc-1.0.0_rc4.ebuild
index 886cd2b77286..76500c6dd5e5 100644
--- a/app-emulation/runc/runc-1.0.0_rc4.ebuild
+++ b/app-emulation/runc/runc-1.0.0_rc4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ else
EGIT_COMMIT="v${MY_PV}"
RUNC_COMMIT="2e7cfe0" # Change this when you update the ebuild
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc64"
+ KEYWORDS="amd64 ~arm ~ppc64"
inherit golang-build golang-vcs-snapshot
fi