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 B9014158086 for ; Tue, 19 Oct 2021 07:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73903E0864; Tue, 19 Oct 2021 07:44:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56E46E0864 for ; Tue, 19 Oct 2021 07:44:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0498534397C for ; Tue, 19 Oct 2021 07:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52469101 for ; Tue, 19 Oct 2021 07:44:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1634629435.b6c8b00f24bf1a62d3bf9ecd1af1f7889427246c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav/clamav-0.104.0-r1.ebuild X-VCS-Directories: app-antivirus/clamav/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6c8b00f24bf1a62d3bf9ecd1af1f7889427246c X-VCS-Branch: master Date: Tue, 19 Oct 2021 07:44:10 +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: 33ae7a3a-8249-4544-9b6c-e69dbf41e6b7 X-Archives-Hash: 0affa02aa2d8ea5f9c46fdc3dc0a0b67 commit: b6c8b00f24bf1a62d3bf9ecd1af1f7889427246c Author: Sam James gentoo org> AuthorDate: Tue Oct 19 07:34:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 19 07:43:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c8b00f app-antivirus/clamav: generate docs w/ doxygen with USE=doc Bug: https://bugs.gentoo.org/818892 Signed-off-by: Sam James gentoo.org> app-antivirus/clamav/clamav-0.104.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-antivirus/clamav/clamav-0.104.0-r1.ebuild b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild index 04e7fc44c16..138b4e8373b 100644 --- a/app-antivirus/clamav/clamav-0.104.0-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.104.0-r1.ebuild @@ -43,7 +43,8 @@ CDEPEND="acct-group/clamav test? ( dev-python/pytest )" # TODO: there is no way to use this with the new build system instead of the bundled one # dev-libs/tomsfastmath -BDEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig + doc? ( app-doc/doxygen )" DEPEND="${CDEPEND} test? ( dev-libs/check )" RDEPEND="${CDEPEND} @@ -72,6 +73,7 @@ src_configure() { -DOPTIMIZE=ON -DENABLE_EXTERNAL_MSPACK=ON -DENABLE_MAN_PAGES=ON + -DENABLE_DOXYGEN=$(usex doc) -DENABLE_UNRAR=$(usex rar ON OFF) -DENABLE_TESTS=$(usex test ON OFF) -DENABLE_STATIC_LIB=OFF