commit:     cc51863c5683e0fdb1637ec74a145b83955df4a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 28 17:04:25 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 17:10:17 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc51863c

sys-process/ctop: drop broken USE=hardened

Unnecessary, see 68d4571e78f348eac41d64ba306ec2a8226ad17c.

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

 sys-process/ctop/ctop-0.7.7.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-process/ctop/ctop-0.7.7.ebuild 
b/sys-process/ctop/ctop-0.7.7.ebuild
index 6921a8a22a0f..3252822343ce 100644
--- a/sys-process/ctop/ctop-0.7.7.ebuild
+++ b/sys-process/ctop/ctop-0.7.7.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
@@ -13,12 +13,10 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="hardened"
 
 src_compile() {
        sed -i -e '/go mod download/d' Makefile || die
 
-       export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
        emake VERSION="${PV}" BUILD="${PVR}" build
 }
 

Reply via email to