net-analyzer/traceproto: update EAPI 7 -> 8, remove dmalloc

dmalloc was the only thing enabled by "debug" use, removed

Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
NHOrus
2024-12-31 11:33:07 +04:00
committed by Sam James
parent 1e94602d26
commit 39c2d8e657

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit autotools
@@ -14,13 +14,11 @@ SRC_URI="mirror://gentoo/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE="debug"
RDEPEND="
net-libs/libnet:1.1
net-libs/libpcap
sys-libs/ncurses:0=
debug? ( dev-libs/dmalloc )
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -43,5 +41,5 @@ src_prepare() {
}
src_configure() {
econf $(use_enable debug dmalloc)
econf --disable-dmalloc
}