commit: e950e96393639e719259531ad0b2b03269a4b8e4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 7 02:48:44 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 7 02:48:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e950e963
net-misc/openssh: drop USE=pie leftovers in 10.1_p1
I accidentally restored bits when resyncing it with 10.0_p2.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/openssh/openssh-10.1_p1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-misc/openssh/openssh-10.1_p1.ebuild
b/net-misc/openssh/openssh-10.1_p1.ebuild
index eefcad96456e..52c568cdd3f9 100644
--- a/net-misc/openssh/openssh-10.1_p1.ebuild
+++ b/net-misc/openssh/openssh-10.1_p1.ebuild
@@ -25,13 +25,12 @@ LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos
~x64-macos ~x64-solaris"
# Probably want to drop ssl defaulting to on in a future version.
-IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie
security-key selinux +ssl static test"
+IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam security-key
selinux +ssl static test"
RESTRICT="!test? ( test )"
REQUIRED_USE="
ldns? ( ssl )
- pie? ( !static )
static? ( !kerberos !pam )
test? ( ssl )
"