commit: 952c35dd353cded80e2e34a10a4a9ac092076239 Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Wed Feb 12 12:56:33 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 12 14:00:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952c35dd
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 <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40545 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 c675342be7fd..ac5836450a27 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) }
