commit: a9c3d250d2e154318cafd9db4d6d94af4a156332 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 28 17:05:10 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 28 17:10:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c3d250
app-containers/flannel: drop broken USE=hardened Unnecessary, see 68d4571e78f348eac41d64ba306ec2a8226ad17c. Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/flannel/flannel-0.26.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-containers/flannel/flannel-0.26.3.ebuild b/app-containers/flannel/flannel-0.26.3.ebuild index 25f1a6a148cc..7bf15b18f9ac 100644 --- a/app-containers/flannel/flannel-0.26.3.ebuild +++ b/app-containers/flannel/flannel-0.26.3.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 @@ -13,7 +13,6 @@ SRC_URI="https://github.com/flannel-io/flannel/archive/refs/tags/v${PV}.tar.gz - LICENSE="Apache-2.0" LICENSE+=" BSD ISC LGPL-3 MIT" SLOT="0" -IUSE="hardened" RESTRICT+=" test" @@ -24,7 +23,6 @@ src_prepare() { } src_compile() { - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"\ ego build -o dist/flanneld -ldflags " -X github.com/flannel-io/flannel/version.Version=v${PV} -extldflags \"-static\"" . || die
