commit:     bd34d3d2ffdf9697e32e9770965a10a277098893
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 28 16:38:15 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 17:10:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd34d3d2

app-crypt/cfssl: drop broken USE=hardened

Unnecessary, see 68d4571e78f348eac41d64ba306ec2a8226ad17c.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/cfssl/cfssl-1.6.5.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-crypt/cfssl/cfssl-1.6.5.ebuild 
b/app-crypt/cfssl/cfssl-1.6.5.ebuild
index bf394ee9407a..fb02fdb1fc43 100644
--- a/app-crypt/cfssl/cfssl-1.6.5.ebuild
+++ b/app-crypt/cfssl/cfssl-1.6.5.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
@@ -12,14 +12,13 @@ 
SRC_URI="https://github.com/cloudflare/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 LICENSE="Apache-2.0 BSD BSD-1 MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
 
 PATCHES=(
        "${FILESDIR}/${PN}-1.4.1-build-fix.patch"
 )
 
 src_compile() {
-       CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" emake VERSION="${PV}"
+       emake VERSION="${PV}"
 }
 
 src_install() {

Reply via email to