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 8E038139694 for ; Fri, 10 Feb 2017 11:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFCF421C028; Fri, 10 Feb 2017 11:27:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADED821C028 for ; Fri, 10 Feb 2017 11:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C425D33BE32 for ; Fri, 10 Feb 2017 11:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 161423FAC for ; Fri, 10 Feb 2017 11:27:28 +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: <1486725181.67b7990689204d9039eb13044b341855a427b22c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/okular/okular-9999.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 67b7990689204d9039eb13044b341855a427b22c X-VCS-Branch: master Date: Fri, 10 Feb 2017 11:27:28 +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: 6fbcf11e-ec38-4577-95a9-c57eebf53747 X-Archives-Hash: 3850d52107d90f0de0bc31579c8a901a commit: 67b7990689204d9039eb13044b341855a427b22c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 10 11:13:01 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 10 11:13:01 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67b79906 kde-apps/okular: Move kde-frameworks/khtml dep behind USE=chm Upstream commit 7a013e3869367fdc2dd4e5b452ed2d6e9b037a9e Package-Manager: portage-2.3.3 kde-apps/okular/okular-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/okular/okular-9999.ebuild b/kde-apps/okular/okular-9999.ebuild index 75719f0669..48c3fb79a9 100644 --- a/kde-apps/okular/okular-9999.ebuild +++ b/kde-apps/okular/okular-9999.ebuild @@ -23,7 +23,6 @@ DEPEND=" $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep khtml) $(add_frameworks_dep kio) $(add_frameworks_dep kjs) $(add_frameworks_dep kparts) @@ -38,7 +37,10 @@ DEPEND=" media-libs/freetype media-libs/phonon[qt5] sys-libs/zlib - chm? ( dev-libs/chmlib ) + chm? ( + $(add_frameworks_dep khtml) + dev-libs/chmlib + ) crypt? ( app-crypt/qca:2[qt5] ) djvu? ( app-text/djvu ) ebook? ( app-text/ebook-tools )