From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1468048-garchives=archives.gentoo.org@lists.gentoo.org> 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 448D5158020 for <garchives@archives.gentoo.org>; Fri, 16 Dec 2022 22:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84E1FE08D3; Fri, 16 Dec 2022 22:28:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6909BE08D3 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Dec 2022 22:28:01 +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 6109534112C for <gentoo-commits@lists.gentoo.org>; Fri, 16 Dec 2022 22:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB86F75 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Dec 2022 22:27:58 +0000 (UTC) From: "Jimi Huotari" <chiitoo@gentoo.org> 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" <chiitoo@gentoo.org> Message-ID: <1671229664.3dabe0ce2bc8a39c01d45899ced94ed65f3c47ff.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: 3dabe0ce2bc8a39c01d45899ced94ed65f3c47ff X-VCS-Branch: master Date: Fri, 16 Dec 2022 22:27:58 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d70c32f5-2b06-4b25-986d-45085945cbe3 X-Archives-Hash: c6a0991bb79afac33f575f498223fcdc commit: 3dabe0ce2bc8a39c01d45899ced94ed65f3c47ff Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Fri Dec 16 22:25:06 2022 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Fri Dec 16 22:27:44 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3dabe0ce qt6-build.eclass: adjust variable names Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> eclass/qt6-build.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index e7624b0c..b7e062e6 100644 --- a/eclass/qt6-build.eclass +++ b/eclass/qt6-build.eclass @@ -19,14 +19,14 @@ case ${EAPI} in *) die "qt6-build.eclass: unsupported EAPI=${EAPI:-0}" ;; esac -# @ECLASS-VARIABLE: QT6_MODULE +# @ECLASS_VARIABLE: QT6_MODULE # @PRE_INHERIT # @DESCRIPTION: # The upstream name of the module this package belongs to. Used for # SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass. : ${QT6_MODULE:=${PN}} -# @ECLASS-VARIABLE: VIRTUALX_REQUIRED +# @ECLASS_VARIABLE: VIRTUALX_REQUIRED # @DESCRIPTION: # For proper description see virtualx.eclass man page. # Here we redefine default value to be manual, if your package needs virtualx @@ -76,7 +76,7 @@ EGIT_REPO_URI=( ) [[ ${QT6_BUILD_TYPE} == live ]] && inherit git-r3 -# @ECLASS-VARIABLE: QT6_BUILD_DIR +# @ECLASS_VARIABLE: QT6_BUILD_DIR # @OUTPUT_VARIABLE # @DESCRIPTION: # Build directory for out-of-source builds.