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 8621F138334 for ; Sun, 14 Oct 2018 21:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E43CE07ED; Sun, 14 Oct 2018 21:14:14 +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 1FAB3E07ED for ; Sun, 14 Oct 2018 21:14:13 +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 C6753335C8C for ; Sun, 14 Oct 2018 21:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC461451 for ; Sun, 14 Oct 2018 21:14:09 +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: <1539551622.67a8176ef57e681be8d90e46015ca52fbb285e5f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/syndication/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/syndication/syndication-5.51.0.ebuild kde-frameworks/syndication/syndication-9999.ebuild X-VCS-Directories: kde-frameworks/syndication/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 67a8176ef57e681be8d90e46015ca52fbb285e5f X-VCS-Branch: master Date: Sun, 14 Oct 2018 21:14:09 +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: 3bfb33c6-47f4-4607-b47c-a689ebf823e2 X-Archives-Hash: cd07127bad4fb9a6454f84ec9e95c0ad commit: 67a8176ef57e681be8d90e46015ca52fbb285e5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 14 15:49:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 14 21:13:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67a8176e kde-frameworks/syndication: Set KDE_QTHELP to false Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-frameworks/syndication/syndication-5.51.0.ebuild | 1 + kde-frameworks/syndication/syndication-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-frameworks/syndication/syndication-5.51.0.ebuild b/kde-frameworks/syndication/syndication-5.51.0.ebuild index 2b3538bf28..2764274e2e 100644 --- a/kde-frameworks/syndication/syndication-5.51.0.ebuild +++ b/kde-frameworks/syndication/syndication-5.51.0.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_QTHELP="false" KDE_TEST="true" inherit kde5 diff --git a/kde-frameworks/syndication/syndication-9999.ebuild b/kde-frameworks/syndication/syndication-9999.ebuild index ee608c9bb7..77c912f184 100644 --- a/kde-frameworks/syndication/syndication-9999.ebuild +++ b/kde-frameworks/syndication/syndication-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_QTHELP="false" KDE_TEST="true" inherit kde5