From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22C4F138351 for ; Wed, 29 Jan 2020 15:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FB42E03EC; Wed, 29 Jan 2020 15:04:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E1E9E03EC for ; Wed, 29 Jan 2020 15:04:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 891B934E4CA for ; Wed, 29 Jan 2020 15:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18EFC107 for ; Wed, 29 Jan 2020 15:04:13 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1580310251.c07139b78c93f628b98dc43ddb0541242aa0b4e0.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libtrace/libtrace-99999.ebuild X-VCS-Directories: net-libs/libtrace/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c07139b78c93f628b98dc43ddb0541242aa0b4e0 X-VCS-Branch: master Date: Wed, 29 Jan 2020 15:04:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9aa4731d-7f2d-48c9-adab-b468b1b44775 X-Archives-Hash: 6c5d4812dafe49d34bf5b91de6b478e7 commit: c07139b78c93f628b98dc43ddb0541242aa0b4e0 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jan 29 15:02:02 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jan 29 15:04:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07139b7 net-libs/libtrace: Update doxygen configuration Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/libtrace/libtrace-99999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-libs/libtrace/libtrace-99999.ebuild b/net-libs/libtrace/libtrace-99999.ebuild index f9a910c5b3a..6f692e15713 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() {