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@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40545
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
NHOrus
2025-02-12 16:56:33 +04:00
committed by Sam James
parent 14e38eee82
commit 952c35dd35

View File

@@ -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)
}