commit: a6ca203daa3c390970b395eb5ec939aaec7a4070
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 17:08:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 17:10:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ca203d
net-irc/epic5: simplify econf arg for valgrind
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-irc/epic5/epic5-2.0.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-irc/epic5/epic5-2.0.1-r2.ebuild
b/net-irc/epic5/epic5-2.0.1-r2.ebuild
index a8525b1ed375..a531ac999b66 100644
--- a/net-irc/epic5/epic5-2.0.1-r2.ebuild
+++ b/net-irc/epic5/epic5-2.0.1-r2.ebuild
@@ -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() {