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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87458158094 for ; Mon, 15 Aug 2022 21:07:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5BF7E10DE; Mon, 15 Aug 2022 21:07:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DCB9E10DE for ; Mon, 15 Aug 2022 21:07:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F3A33410EB for ; Mon, 15 Aug 2022 21:07:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68583569 for ; Mon, 15 Aug 2022 21:07:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1660597615.54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/qca/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/qca/qca-2.3.4.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6 X-VCS-Branch: master Date: Mon, 15 Aug 2022 21:07:40 +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: 08ba6653-59c1-4394-9b8d-2a4ecbfa6b6c X-Archives-Hash: 807dde70f6ec0d33741aa3b380e93a5f commit: 54b8706de23ecc5f00cf84eee4fca8aa8f2a6ff6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 15 21:06:55 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 15 21:06:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b8706d app-crypt/qca: Fix IUSE doc missing BDEPENDs Closes: https://bugs.gentoo.org/865287 Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/qca/qca-2.3.4.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-crypt/qca/qca-2.3.4.ebuild b/app-crypt/qca/qca-2.3.4.ebuild index 05ecf7c86655..e46a6149285a 100644 --- a/app-crypt/qca/qca-2.3.4.ebuild +++ b/app-crypt/qca/qca-2.3.4.ebuild @@ -35,7 +35,12 @@ DEPEND="${RDEPEND} dev-qt/qttest:5 ) " -BDEPEND="doc? ( app-doc/doxygen )" +BDEPEND=" + doc? ( + app-doc/doxygen[dot] + virtual/latex-base + ) +" PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )