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 123F6158018 for ; Thu, 30 Sep 2021 11:35:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 478EBE08EB; Thu, 30 Sep 2021 11:35:33 +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 2C61FE08EB for ; Thu, 30 Sep 2021 11:35:33 +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 3ED4F342AFE for ; Thu, 30 Sep 2021 11:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97ECB132 for ; Thu, 30 Sep 2021 11:35:29 +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: <1633000299.4217fc3b952f74acad85e424c00baf14603e15a3.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4217fc3b952f74acad85e424c00baf14603e15a3 X-VCS-Branch: master Date: Thu, 30 Sep 2021 11:35:29 +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: 854f70f0-452a-436c-8bc7-8df88fc8d2a1 X-Archives-Hash: 319c92ca42de75835653eec8e1edb2b2 commit: 4217fc3b952f74acad85e424c00baf14603e15a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 30 11:11:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 30 11:11:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4217fc3b dev-qt/qtdeclarative: Sync with Gentoo ebuild repository Minor ebuild style fix. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild index 135c1c6d..b1f5a6f3 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.2.9999.ebuild @@ -33,7 +33,7 @@ PATCHES=( ) src_prepare() { - use jit || PATCHES+=("${FILESDIR}/${PN}-5.4.2-disable-jit.patch") + use jit || PATCHES+=( "${FILESDIR}/${PN}-5.4.2-disable-jit.patch" ) qt_use_disable_mod localstorage sql \ src/imports/imports.pro