diff options
author | Sam James <sam@gentoo.org> | 2023-04-19 07:25:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-19 07:26:23 +0100 |
commit | 37f98117374c2cfe356e9045965f69162b7f7cc2 (patch) | |
tree | 389de8963628979c9a1f56a6392b0ea85c9dd5fd /net-analyzer | |
parent | dev-libs/xmlrpc-c: add 1.54.06 (diff) | |
download | gentoo-37f98117374c2cfe356e9045965f69162b7f7cc2.tar.gz gentoo-37f98117374c2cfe356e9045965f69162b7f7cc2.tar.bz2 gentoo-37f98117374c2cfe356e9045965f69162b7f7cc2.zip |
net-analyzer/flowgrind: drop broken USE=debug
Closes: https://bugs.gentoo.org/889698
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/flowgrind/flowgrind-0.8.2.ebuild | 6 |
1 files 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) |