summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-03-16 19:19:39 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-03-17 11:25:21 +0300
commit4e3906be7945d3a160092c58a347a6a4be529609 (patch)
tree443b3d19a21fa84174b63700c544ef15d3edd6f2 /app-emulation/firecracker/firecracker-0.18.0.ebuild
parentx11-wm/qtile: Clean py2 deps up (diff)
downloadgentoo-4e3906be7945d3a160092c58a347a6a4be529609.tar.gz
gentoo-4e3906be7945d3a160092c58a347a6a4be529609.tar.bz2
gentoo-4e3906be7945d3a160092c58a347a6a4be529609.zip
app-emulation/firecracker: Version bump (v0.21.1)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-emulation/firecracker/firecracker-0.18.0.ebuild')
-rw-r--r--app-emulation/firecracker/firecracker-0.18.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/firecracker/firecracker-0.18.0.ebuild b/app-emulation/firecracker/firecracker-0.18.0.ebuild
index 1535788a9f3d..9c0b249126c7 100644
--- a/app-emulation/firecracker/firecracker-0.18.0.ebuild
+++ b/app-emulation/firecracker/firecracker-0.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -121,7 +121,7 @@ SRC_URI="https://github.com/firecracker-microvm/firecracker/archive/v${PV}.tar.g
LICENSE="|| ( Apache-2.0 MIT Apache-2.0-with-LLVM-exceptions ) MPL-2.0"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 ~arm64"
RESTRICT="test"
@@ -129,7 +129,7 @@ BDEPEND="acct-group/kvm"
set_target_arch() {
case "$(tc-arch)" in
- amd64) target_arch=x86_64 ;;
+ arm64) target_arch=aarch64 ;;
x86) target_arch=i686 ;;
esac
}