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 61A39138334 for ; Wed, 16 Oct 2019 21:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97864E0876; Wed, 16 Oct 2019 21:00:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7CCE9E0876 for ; Wed, 16 Oct 2019 21:00:21 +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 99B0034BB4E for ; Wed, 16 Oct 2019 21:00:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 990CC72F for ; Wed, 16 Oct 2019 21:00:02 +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: <1571259579.f09a528e45b66b64a868aca08df94ba4801aefd4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kapidox/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kapidox/kapidox-5.60.0.ebuild kde-frameworks/kapidox/kapidox-5.63.0.ebuild X-VCS-Directories: kde-frameworks/kapidox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f09a528e45b66b64a868aca08df94ba4801aefd4 X-VCS-Branch: master Date: Wed, 16 Oct 2019 21:00:02 +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: 1eadb31d-5fe9-4045-a940-1a0db816e39a X-Archives-Hash: 2398ab1d12ca5dce4f09a55e8a5cbd6e commit: f09a528e45b66b64a868aca08df94ba4801aefd4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 20:59:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 20:59:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09a528e kde-frameworks/kapidox: Set KDE_QTHELP="false" None of the usual cmake switches at all here. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kapidox/kapidox-5.60.0.ebuild | 1 + kde-frameworks/kapidox/kapidox-5.63.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/kapidox/kapidox-5.60.0.ebuild b/kde-frameworks/kapidox/kapidox-5.60.0.ebuild index 274a643f1e5..f8299a4c5cb 100644 --- a/kde-frameworks/kapidox/kapidox-5.60.0.ebuild +++ b/kde-frameworks/kapidox/kapidox-5.60.0.ebuild @@ -5,6 +5,7 @@ EAPI=7 KDE_AUTODEPS="false" KDE_DEBUG="false" +KDE_QTHELP="false" KDE_TEST="false" DISTUTILS_SINGLE_IMPL="true" PYTHON_COMPAT=( python2_7 ) diff --git a/kde-frameworks/kapidox/kapidox-5.63.0.ebuild b/kde-frameworks/kapidox/kapidox-5.63.0.ebuild index 0a2cd53035e..a50c4f72e19 100644 --- a/kde-frameworks/kapidox/kapidox-5.63.0.ebuild +++ b/kde-frameworks/kapidox/kapidox-5.63.0.ebuild @@ -5,6 +5,7 @@ EAPI=7 KDE_AUTODEPS="false" KDE_DEBUG="false" +KDE_QTHELP="false" KDE_TEST="false" DISTUTILS_SINGLE_IMPL="true" PYTHON_COMPAT=( python2_7 python3_{6,7} )