diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-29 16:02:02 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-29 16:04:11 +0100 |
commit | c07139b78c93f628b98dc43ddb0541242aa0b4e0 (patch) | |
tree | a26b5ce41fe578999a13179a59c2ddfc97902534 | |
parent | www-client/vivaldi-snapshot: Old (diff) | |
download | gentoo-c07139b78c93f628b98dc43ddb0541242aa0b4e0.tar.gz gentoo-c07139b78c93f628b98dc43ddb0541242aa0b4e0.tar.bz2 gentoo-c07139b78c93f628b98dc43ddb0541242aa0b4e0.zip |
net-libs/libtrace: Update doxygen configuration
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r-- | net-libs/libtrace/libtrace-99999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/libtrace/libtrace-99999.ebuild b/net-libs/libtrace/libtrace-99999.ebuild index f9a910c5b3a0..6f692e15713c 100644 --- a/net-libs/libtrace/libtrace-99999.ebuild +++ b/net-libs/libtrace/libtrace-99999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,8 +16,8 @@ IUSE="doc ncurses numa static-libs" RDEPEND=" >=net-libs/libpcap-0.8 dev-libs/openssl:0= - ncurses? ( sys-libs/ncurses:0= ) net-libs/wandio + ncurses? ( sys-libs/ncurses:0= ) numa? ( sys-process/numactl ) " DEPEND=" @@ -40,6 +40,8 @@ src_prepare() { default eautoreconf + + doxygen -u docs/libtrace.doxygen.in || die } src_configure() { |