diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-06-03 17:05:21 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-04 21:57:06 +0300 |
commit | 89afbad87d95d4d4f22452411d43f8ef4914ef69 (patch) | |
tree | b0138960abb58c567290f08737410f4be6a4d94d /app-emulation/runc | |
parent | sys-process/tini: add ~arm64 keyword (diff) | |
download | gentoo-89afbad87d95d4d4f22452411d43f8ef4914ef69.tar.gz gentoo-89afbad87d95d4d4f22452411d43f8ef4914ef69.tar.bz2 gentoo-89afbad87d95d4d4f22452411d43f8ef4914ef69.zip |
app-emulation/runc: add ~arm64 keyword
Diffstat (limited to 'app-emulation/runc')
-rw-r--r-- | app-emulation/runc/runc-1.0.0_rc5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild b/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild index 745b05d7a61b..77b4011db44f 100644 --- a/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild +++ b/app-emulation/runc/runc-1.0.0_rc5-r1.ebuild @@ -11,7 +11,7 @@ else EGIT_COMMIT="v${MY_PV}" RUNC_COMMIT="4fc53a81fb7c994640722ac585fa9ca548971871" # 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 ~arm64 ~ppc64" inherit golang-build golang-vcs-snapshot fi |