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 87CFC1396D9 for ; Sun, 15 Oct 2017 14:21:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEC4BE0E7A; Sun, 15 Oct 2017 14:21:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9FACCE0E7A for ; Sun, 15 Oct 2017 14:21:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A513533BE68 for ; Sun, 15 Oct 2017 14:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 697F4316 for ; Sun, 15 Oct 2017 14:21:23 +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: <1508077266.ff8c57d128632459ddec0c412670281c3a335554.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild X-VCS-Directories: kde-frameworks/qqc2-desktop-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ff8c57d128632459ddec0c412670281c3a335554 X-VCS-Branch: master Date: Sun, 15 Oct 2017 14:21:23 +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: 61322b23-876b-45a7-9764-857ac5e1ee05 X-Archives-Hash: 42e0ae84d78dc6a1fbd60b040c48d0a7 commit: ff8c57d128632459ddec0c412670281c3a335554 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 15 14:20:06 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 15 14:21:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8c57d1 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-5.39.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild index eb1e7f92716..82b727e0917 100644 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild +++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_QTHELP="false" inherit kde5 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"