commit: cbbe95d5114da3785dcaa0a6c29ea8c3adc7e664
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 28 17:03:49 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=cbbe95d5
sys-cluster/kubeseal: drop broken USE=hardened
Unnecessary, see 68d4571e78f348eac41d64ba306ec2a8226ad17c.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/kubeseal/kubeseal-0.30.0.ebuild | 6 ++----
sys-cluster/kubeseal/kubeseal-0.32.2.ebuild | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/sys-cluster/kubeseal/kubeseal-0.30.0.ebuild
b/sys-cluster/kubeseal/kubeseal-0.30.0.ebuild
index a19435e80808..e675a8b63d22 100644
--- a/sys-cluster/kubeseal/kubeseal-0.30.0.ebuild
+++ b/sys-cluster/kubeseal/kubeseal-0.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2025 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,15 +18,13 @@ LICENSE="Apache-2.0 BSD ISC MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="hardened"
BDEPEND=">=dev-lang/go-1.19"
RESTRICT+=" test"
src_compile() {
- CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
- emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" VERSION="v${PV}"
${PN}
+ emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" VERSION="v${PV}" ${PN}
}
src_install() {
diff --git a/sys-cluster/kubeseal/kubeseal-0.32.2.ebuild
b/sys-cluster/kubeseal/kubeseal-0.32.2.ebuild
index a19435e80808..e675a8b63d22 100644
--- a/sys-cluster/kubeseal/kubeseal-0.32.2.ebuild
+++ b/sys-cluster/kubeseal/kubeseal-0.32.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2025 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,15 +18,13 @@ LICENSE="Apache-2.0 BSD ISC MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="hardened"
BDEPEND=">=dev-lang/go-1.19"
RESTRICT+=" test"
src_compile() {
- CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
- emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" VERSION="v${PV}"
${PN}
+ emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" VERSION="v${PV}" ${PN}
}
src_install() {