commit:     8b33f2f4321607448e6fdee8d8ca18ba68d3d673
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 28 16:53:33 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 28 17:10:14 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b33f2f4

app-containers/docker-cli: drop broken USE=hardened

Unnecessary, see 68d4571e78f348eac41d64ba306ec2a8226ad17c.

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

 app-containers/docker-cli/docker-cli-28.0.1.ebuild | 5 ++---
 app-containers/docker-cli/docker-cli-28.0.4.ebuild | 5 ++---
 app-containers/docker-cli/docker-cli-28.1.1.ebuild | 5 ++---
 app-containers/docker-cli/docker-cli-28.2.2.ebuild | 5 ++---
 app-containers/docker-cli/docker-cli-28.4.0.ebuild | 5 ++---
 app-containers/docker-cli/docker-cli-29.1.3.ebuild | 5 ++---
 6 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/app-containers/docker-cli/docker-cli-28.0.1.ebuild 
b/app-containers/docker-cli/docker-cli-28.0.1.ebuild
index 518b752ba8f4..658b89cd7fd2 100644
--- a/app-containers/docker-cli/docker-cli-28.0.1.ebuild
+++ b/app-containers/docker-cli/docker-cli-28.0.1.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
@@ -18,7 +18,7 @@ S="${WORKDIR}/cli-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-IUSE="hardened selinux"
+IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-docker )"
 
@@ -43,7 +43,6 @@ src_compile() {
        CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
        CGO_LDFLAGS+=" -L${ESYSROOT}/usr/$(get_libdir)"
                emake \
-               LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
                VERSION="${PV}" \
                GITCOMMIT="${GIT_COMMIT}" \
                dynbinary

diff --git a/app-containers/docker-cli/docker-cli-28.0.4.ebuild 
b/app-containers/docker-cli/docker-cli-28.0.4.ebuild
index cd99b755cc6c..5966bc5a1731 100644
--- a/app-containers/docker-cli/docker-cli-28.0.4.ebuild
+++ b/app-containers/docker-cli/docker-cli-28.0.4.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
@@ -24,7 +24,7 @@ S="${WORKDIR}/cli-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-IUSE="hardened selinux"
+IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-docker )"
 
@@ -49,7 +49,6 @@ src_compile() {
        CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
        CGO_LDFLAGS+=" -L${ESYSROOT}/usr/$(get_libdir)"
                emake \
-               LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
                VERSION="${PV}" \
                GITCOMMIT="${GIT_COMMIT}" \
                dynbinary

diff --git a/app-containers/docker-cli/docker-cli-28.1.1.ebuild 
b/app-containers/docker-cli/docker-cli-28.1.1.ebuild
index 930b7abefbd7..b3d0324e49a8 100644
--- a/app-containers/docker-cli/docker-cli-28.1.1.ebuild
+++ b/app-containers/docker-cli/docker-cli-28.1.1.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
@@ -24,7 +24,7 @@ S="${WORKDIR}/cli-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="hardened selinux"
+IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-docker )"
 
@@ -49,7 +49,6 @@ src_compile() {
        CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
        CGO_LDFLAGS+=" -L${ESYSROOT}/usr/$(get_libdir)"
                emake \
-               LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
                VERSION="${PV}" \
                GITCOMMIT="${GIT_COMMIT}" \
                dynbinary

diff --git a/app-containers/docker-cli/docker-cli-28.2.2.ebuild 
b/app-containers/docker-cli/docker-cli-28.2.2.ebuild
index 9eafb3a45d2e..975942afaba0 100644
--- a/app-containers/docker-cli/docker-cli-28.2.2.ebuild
+++ b/app-containers/docker-cli/docker-cli-28.2.2.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
@@ -24,7 +24,7 @@ S="${WORKDIR}/cli-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="hardened selinux"
+IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-docker )"
 
@@ -49,7 +49,6 @@ src_compile() {
        CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
        CGO_LDFLAGS+=" -L${ESYSROOT}/usr/$(get_libdir)"
                emake \
-               LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
                VERSION="${PV}" \
                GITCOMMIT="${GIT_COMMIT}" \
                dynbinary

diff --git a/app-containers/docker-cli/docker-cli-28.4.0.ebuild 
b/app-containers/docker-cli/docker-cli-28.4.0.ebuild
index fe08d1fe1177..67619a487c9c 100644
--- a/app-containers/docker-cli/docker-cli-28.4.0.ebuild
+++ b/app-containers/docker-cli/docker-cli-28.4.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
@@ -23,7 +23,7 @@ S="${WORKDIR}/cli-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-IUSE="hardened selinux"
+IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-docker )"
 
@@ -48,7 +48,6 @@ src_compile() {
        CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
        CGO_LDFLAGS+=" -L${ESYSROOT}/usr/$(get_libdir)"
                emake \
-               LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
                VERSION="${PV}" \
                GITCOMMIT="${GIT_COMMIT}" \
                dynbinary manpages

diff --git a/app-containers/docker-cli/docker-cli-29.1.3.ebuild 
b/app-containers/docker-cli/docker-cli-29.1.3.ebuild
index 96f8390538ee..b2243019f9da 100644
--- a/app-containers/docker-cli/docker-cli-29.1.3.ebuild
+++ b/app-containers/docker-cli/docker-cli-29.1.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
@@ -17,7 +17,7 @@ S="${WORKDIR}/cli-${PV}"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="hardened selinux"
+IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-docker )"
 
@@ -37,7 +37,6 @@ src_compile() {
        CGO_CFLAGS+=" -I${ESYSROOT}/usr/include"
        CGO_LDFLAGS+=" -L${ESYSROOT}/usr/$(get_libdir)"
                emake \
-               LDFLAGS="$(usex hardened '-extldflags -fno-PIC' '')" \
                VERSION="${PV}" \
                GITCOMMIT="${GIT_COMMIT}" \
                dynbinary manpages

Reply via email to