From 952c35dd353cded80e2e34a10a4a9ac092076239 Mon Sep 17 00:00:00 2001 From: NHOrus Date: Wed, 12 Feb 2025 16:56:33 +0400 Subject: [PATCH] net-misc/zssh: remove noop configure option USE=nls is provided by lrzsz, originally by bundled version, in our package - by conditional use dependency on net-dialup/lrzsz Closes: https://bugs.gentoo.org/949569 Signed-off-by: NHOrus Closes: https://github.com/gentoo/gentoo/pull/40545 Signed-off-by: Sam James --- net-misc/zssh/zssh-1.5c-r3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-misc/zssh/zssh-1.5c-r3.ebuild b/net-misc/zssh/zssh-1.5c-r3.ebuild index c675342be7fd4..ac5836450a271 100644 --- a/net-misc/zssh/zssh-1.5c-r3.ebuild +++ b/net-misc/zssh/zssh-1.5c-r3.ebuild @@ -39,9 +39,7 @@ src_prepare() { src_configure() { tc-export AR CC RANLIB - #actually, nls isn't supported in this software, but in bundled lrzsz econf \ - $(use_enable nls) \ $(use_enable readline) }