diff options
author | Sam James <sam@gentoo.org> | 2024-01-03 01:07:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-03 01:07:59 +0000 |
commit | 91d36fc8130796c6fd120330ea84f1ef227d4607 (patch) | |
tree | 909a87f5d8ddbd33a76d6f2ed8951cf632a9683f /sys-cluster/minikube | |
parent | dev-lang/php: Stabilize 8.1.26 x86, #921178 (diff) | |
download | gentoo-91d36fc8130796c6fd120330ea84f1ef227d4607.tar.gz gentoo-91d36fc8130796c6fd120330ea84f1ef227d4607.tar.bz2 gentoo-91d36fc8130796c6fd120330ea84f1ef227d4607.zip |
sys-cluster/minikube: Keyword 1.30.1 arm64, #921205
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/minikube')
-rw-r--r-- | sys-cluster/minikube/minikube-1.30.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/minikube/minikube-1.30.1.ebuild b/sys-cluster/minikube/minikube-1.30.1.ebuild index 2cc6857367e4..2925f0849a13 100644 --- a/sys-cluster/minikube/minikube-1.30.1.ebuild +++ b/sys-cluster/minikube/minikube-1.30.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/zmedico/minikube/archive/refs/tags/v${PV}-vendor.tar LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 GPL-2 ISC LGPL-3 MIT MPL-2.0 WTFPL-2 ZLIB || ( LGPL-3+ GPL-2 ) || ( Apache-2.0 LGPL-3+ ) || ( Apache-2.0 CC-BY-4.0 )" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="hardened libvirt" COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )" |