commit:     37f98117374c2cfe356e9045965f69162b7f7cc2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 06:25:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 06:26:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f98117

net-analyzer/flowgrind: drop broken USE=debug

Closes: https://bugs.gentoo.org/889698
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/flowgrind/flowgrind-0.8.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/flowgrind/flowgrind-0.8.2.ebuild 
b/net-analyzer/flowgrind/flowgrind-0.8.2.ebuild
index 6560928a5f0d..b49cce5aa66e 100644
--- a/net-analyzer/flowgrind/flowgrind-0.8.2.ebuild
+++ b/net-analyzer/flowgrind/flowgrind-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug doc gsl pcap"
+IUSE="doc gsl pcap"
 
 RDEPEND="dev-libs/xmlrpc-c:=[abyss,curl]
        sys-apps/util-linux
@@ -21,7 +21,7 @@ BDEPEND="doc? ( app-doc/doxygen )"
 
 src_configure() {
        econf \
-               $(use_enable debug) \
+               --disable-debug \
                $(use_with doc doxygen) \
                $(use_with gsl) \
                $(use_with pcap)

Reply via email to