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 D062F15811D for ; Wed, 21 Jun 2023 16:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CAD5E096D; Wed, 21 Jun 2023 16:18:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 036CBE096D for ; Wed, 21 Jun 2023 16:18:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14F7A341044 for ; Wed, 21 Jun 2023 16:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A077E990 for ; Wed, 21 Jun 2023 16:17:58 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1687361914.8bcf17a0e99cccd54f2a7fc80efa4d585272f935.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: app-crypt/qca/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: app-crypt/qca/qca-2.3.6-r2.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 8bcf17a0e99cccd54f2a7fc80efa4d585272f935 X-VCS-Branch: master Date: Wed, 21 Jun 2023 16:17:58 +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: 7ce95b66-cea8-40ea-bbf2-349a3d9a1606 X-Archives-Hash: 302bb44859063201e46871354900659f commit: 8bcf17a0e99cccd54f2a7fc80efa4d585272f935 Author: orbea riseup net> AuthorDate: Wed Jun 21 15:38:34 2023 +0000 Commit: orbea riseup net> CommitDate: Wed Jun 21 15:38:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8bcf17a0 app-crypt/qca: sync ::gentoo Signed-off-by: orbea riseup.net> app-crypt/qca/qca-2.3.6-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-crypt/qca/qca-2.3.6-r2.ebuild b/app-crypt/qca/qca-2.3.6-r2.ebuild index d2d0386..317d18d 100644 --- a/app-crypt/qca/qca-2.3.6-r2.ebuild +++ b/app-crypt/qca/qca-2.3.6-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake kde.org multibuild qmake-utils +inherit cmake kde.org multibuild out-of-source-utils qmake-utils DESCRIPTION="Qt Cryptographic Architecture (QCA)" HOMEPAGE="https://userbase.kde.org/QCA" @@ -92,6 +92,9 @@ src_configure() { src_compile() { multibuild_foreach_variant cmake_src_compile + if use doc; then + multibuild_for_best_variant cmake_build doc + fi } src_test() { @@ -106,10 +109,7 @@ src_install() { multibuild_foreach_variant cmake_src_install if use doc; then - pushd "${BUILD_DIR}" >/dev/null || die - doxygen Doxyfile || die - dodoc -r apidocs/html - popd >/dev/null || die + multibuild_for_best_variant run_in_build_dir dodoc -r apidocs/html fi if use examples; then