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 80F281396D9 for ; Sun, 15 Oct 2017 14:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD374E0E7B; Sun, 15 Oct 2017 14: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 9D15AE0E7B for ; Sun, 15 Oct 2017 14:20:42 +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 8887F33BEA7 for ; Sun, 15 Oct 2017 14:20:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E4F3316 for ; Sun, 15 Oct 2017 14:20:40 +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: <1508077229.b6762411f52ee804e06c5ae6c8a86cb62c4fa932.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild X-VCS-Directories: kde-frameworks/qqc2-desktop-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b6762411f52ee804e06c5ae6c8a86cb62c4fa932 X-VCS-Branch: master Date: Sun, 15 Oct 2017 14:20:40 +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: 92d6b4f2-0cd7-40c6-bfc4-7bbf15411cc4 X-Archives-Hash: 1f4e57639bf7300fc8ac5ed07fa96482 commit: b6762411f52ee804e06c5ae6c8a86cb62c4fa932 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 15 14:20:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 15 14:20:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6762411 kde-frameworks/qqc2-desktop-style: Set KDE_QTHELP="false" Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild index 05688287a9..91282a7c08 100644 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_QTHELP="false" inherit kde5 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"