commit: aabd4b858920e79455cff2600f315a24eb6afc80 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 28 17:02:05 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 28 17:10:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aabd4b85
sys-cluster/minikube: drop broken USE=hardened Unnecessary, see 68d4571e78f348eac41d64ba306ec2a8226ad17c. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-cluster/minikube/minikube-1.34.0.ebuild | 5 ++--- sys-cluster/minikube/minikube-1.35.0.ebuild | 5 ++--- sys-cluster/minikube/minikube-1.37.0.ebuild | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/sys-cluster/minikube/minikube-1.34.0.ebuild b/sys-cluster/minikube/minikube-1.34.0.ebuild index 20babcd4349a..35599ed144c9 100644 --- a/sys-cluster/minikube/minikube-1.34.0.ebuild +++ b/sys-cluster/minikube/minikube-1.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/kubernetes/minikube/archive/refs/tags/v${PV}.tar.gz 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 ~arm64" -IUSE="hardened libvirt" +IUSE="libvirt" COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )" DEPEND="${COMMON_DEPEND}" @@ -52,7 +52,6 @@ src_compile() { COMMIT=${GIT_COMMIT} \ COMMIT_NO=${GIT_COMMIT} \ COMMIT_SHORT=${GIT_COMMIT_SHORT} \ - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \ LDFLAGS="" \ emake \ $(usex libvirt "out/docker-machine-driver-kvm2" "") \ diff --git a/sys-cluster/minikube/minikube-1.35.0.ebuild b/sys-cluster/minikube/minikube-1.35.0.ebuild index bbe6415667c2..a54bd087e83c 100644 --- a/sys-cluster/minikube/minikube-1.35.0.ebuild +++ b/sys-cluster/minikube/minikube-1.35.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/kubernetes/minikube/archive/refs/tags/v${PV}.tar.gz 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 ~arm64" -IUSE="hardened libvirt" +IUSE="libvirt" COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )" DEPEND="${COMMON_DEPEND}" @@ -52,7 +52,6 @@ src_compile() { COMMIT=${GIT_COMMIT} \ COMMIT_NO=${GIT_COMMIT} \ COMMIT_SHORT=${GIT_COMMIT_SHORT} \ - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \ LDFLAGS="" \ emake \ $(usex libvirt "out/docker-machine-driver-kvm2" "") \ diff --git a/sys-cluster/minikube/minikube-1.37.0.ebuild b/sys-cluster/minikube/minikube-1.37.0.ebuild index d2737c494a3a..d281aaf36f58 100644 --- a/sys-cluster/minikube/minikube-1.37.0.ebuild +++ b/sys-cluster/minikube/minikube-1.37.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/kubernetes/minikube/archive/refs/tags/v${PV}.tar.gz 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 ~arm64" -IUSE="hardened libvirt" +IUSE="libvirt" COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )" DEPEND="${COMMON_DEPEND}" @@ -53,7 +53,6 @@ src_compile() { COMMIT=${GIT_COMMIT} \ COMMIT_NO=${GIT_COMMIT} \ COMMIT_SHORT=${GIT_COMMIT_SHORT} \ - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \ LDFLAGS="" \ emake \ $(usex libvirt "out/docker-machine-driver-kvm2" "") \
