net-irc/epic5: simplify econf arg for valgrind

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-14 18:08:24 +01:00
parent ac0511ec3a
commit a6ca203daa

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -44,7 +44,7 @@ src_configure() {
$(use_with perl) \
$(use_with socks5) \
$(use_with tcl tcl "${EPREFIX}"/usr/$(get_libdir)/tclConfig.sh) \
$(use_with valgrind valgrind)
$(use_with valgrind)
}
src_compile() {