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 8A765138334 for ; Mon, 6 Aug 2018 23:59:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A60A9E0878; Mon, 6 Aug 2018 23:59:33 +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 684EDE087B for ; Mon, 6 Aug 2018 23:59:33 +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 79792335CC3 for ; Mon, 6 Aug 2018 23:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DED1398 for ; Mon, 6 Aug 2018 23:59:29 +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: <1533598049.1fe04886f6d85f66ba6cd9eed3c929aa3116d841.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konqueror/konqueror-9999.ebuild X-VCS-Directories: kde-apps/konqueror/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1fe04886f6d85f66ba6cd9eed3c929aa3116d841 X-VCS-Branch: master Date: Mon, 6 Aug 2018 23:59:29 +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: 49588262-2e86-4d7f-b3f3-8d83380a8840 X-Archives-Hash: 6599ac5a7c4ea4cab279c61be76aa21b commit: 1fe04886f6d85f66ba6cd9eed3c929aa3116d841 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 6 23:27:29 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 6 23:27:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1fe04886 kde-apps/konqueror: Fix build with USE=-webengine Reported-by: Tupone Alfredo gentoo.org> Closes: https://bugs.gentoo.org/662466 Package-Manager: Portage-2.3.44, Repoman-2.3.10 kde-apps/konqueror/konqueror-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/konqueror/konqueror-9999.ebuild b/kde-apps/konqueror/konqueror-9999.ebuild index ad0cc0383f..d25778697b 100644 --- a/kde-apps/konqueror/konqueror-9999.ebuild +++ b/kde-apps/konqueror/konqueror-9999.ebuild @@ -71,7 +71,7 @@ src_prepare() { if ! use webengine; then punt_bogus_dep Qt5 WebEngineWidgets - cmake_comment_add_subdirectory webenginepartexit + cmake_comment_add_subdirectory webenginepart fi kde5_src_prepare