mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user