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 35E4F138334 for ; Thu, 7 Nov 2019 23:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5744CE0B1C; Thu, 7 Nov 2019 23:06:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4063FE0B1C for ; Thu, 7 Nov 2019 23:06:05 +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 69C0634CA3B for ; Thu, 7 Nov 2019 23:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D98B89F for ; Thu, 7 Nov 2019 23:06:03 +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: <1573167959.0e9d792a34740538e41483732d3df5c2f75a3ac8.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-4.0.10_p1.ebuild 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: 0e9d792a34740538e41483732d3df5c2f75a3ac8 X-VCS-Branch: master Date: Thu, 7 Nov 2019 23:06:03 +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: c834eec1-ba2d-4f45-8fbf-e8e3a0740803 X-Archives-Hash: bb6539cbc9bf253adcff6d547655d450 commit: 0e9d792a34740538e41483732d3df5c2f75a3ac8 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Nov 7 23:05:30 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Nov 7 23:05:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9d792a net-libs/libtrace: Depend on app-doc/doxygen[dot] Package-Manager: Portage-2.3.78, Repoman-2.3.17 Bug: https://bugs.gentoo.org/699568 Signed-off-by: Jeroen Roovers gentoo.org> net-libs/libtrace/libtrace-4.0.10_p1.ebuild | 2 +- net-libs/libtrace/libtrace-99999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libtrace/libtrace-4.0.10_p1.ebuild b/net-libs/libtrace/libtrace-4.0.10_p1.ebuild index 4b4153bf1f2..3aa5b658572 100644 --- a/net-libs/libtrace/libtrace-4.0.10_p1.ebuild +++ b/net-libs/libtrace/libtrace-4.0.10_p1.ebuild @@ -23,7 +23,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - app-doc/doxygen + app-doc/doxygen[dot] sys-devel/flex virtual/os-headers virtual/pkgconfig diff --git a/net-libs/libtrace/libtrace-99999.ebuild b/net-libs/libtrace/libtrace-99999.ebuild index ab6f21285b8..f9a910c5b3a 100644 --- a/net-libs/libtrace/libtrace-99999.ebuild +++ b/net-libs/libtrace/libtrace-99999.ebuild @@ -22,7 +22,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - app-doc/doxygen + app-doc/doxygen[dot] sys-devel/flex virtual/os-headers virtual/pkgconfig