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 598D2158020 for ; Sun, 16 Oct 2022 13:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E55CE0827; Sun, 16 Oct 2022 13:37:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35E09E0827 for ; Sun, 16 Oct 2022 13:37:14 +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 02D45340EEF for ; Sun, 16 Oct 2022 13:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43F63615 for ; Sun, 16 Oct 2022 13:37:11 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1665927005.bc6a930bf7ffa456a2d26489a38d8e6b526b5edc.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt6-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: bc6a930bf7ffa456a2d26489a38d8e6b526b5edc X-VCS-Branch: master Date: Sun, 16 Oct 2022 13:37:11 +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: b173b60a-ff39-4a7a-92c0-5637a4dbf213 X-Archives-Hash: b360c7c4c86ac2468ffc81e4ba0930da commit: bc6a930bf7ffa456a2d26489a38d8e6b526b5edc Author: Jimi Huotari gentoo org> AuthorDate: Sun Oct 16 13:17:57 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Oct 16 13:30:05 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bc6a930b qt6-build.eclass: add qt6-build_src_install Signed-off-by: Jimi Huotari gentoo.org> eclass/qt6-build.eclass | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index 139fb03e..e7624b0c 100644 --- a/eclass/qt6-build.eclass +++ b/eclass/qt6-build.eclass @@ -119,6 +119,13 @@ qt6-build_src_configure() { cmake_src_configure } +# @FUNCTION: qt6-build_src_install +# @DESCRIPTION: +# Runs cmake_src_install and anything else that might be needed here. +qt6-build_src_install() { + cmake_src_install +} + ###### Public helpers ###### # @FUNCTION: qt_feature