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 78904138334 for ; Sat, 21 Jul 2018 18:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11FAEE07F1; Sat, 21 Jul 2018 18:20:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6C5CE07F1 for ; Sat, 21 Jul 2018 18:20:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD624335CE4 for ; Sat, 21 Jul 2018 18:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC8C361 for ; Sat, 21 Jul 2018 18:20:34 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1532196898.5b7ada46e568dee1f17be50882094d33d6c50506.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 5b7ada46e568dee1f17be50882094d33d6c50506 X-VCS-Branch: master Date: Sat, 21 Jul 2018 18:20:34 +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-Archives-Salt: abe5cd1f-d742-411e-b464-a6a5711525d9 X-Archives-Hash: 370d26460ac76f447b3823bf4a3a17e6 commit: 5b7ada46e568dee1f17be50882094d33d6c50506 Author: Davide Pesavento gentoo org> AuthorDate: Sat Jul 21 18:14:58 2018 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Jul 21 18:14:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5b7ada46 qt5-build.eclass: sync with gentoo repo eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 2517d399..defbcad2 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -945,7 +945,7 @@ qt5_regenerate_global_configs() { done # check all items from the original qtcore qmodule.pri, - # and add them to the appropriate list if not overriden + # and add them to the appropriate list if not overridden # elsewhere for x in ${qprivateconfig_orig_enabled}; do if ! has "${x}" ${new_qprivateconfig_enabled} ${new_qprivateconfig_disabled}; then