From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 05E801397D4 for ; Fri, 14 Aug 2015 17:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5064614120; Fri, 14 Aug 2015 17:38:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87AAA14120 for ; Fri, 14 Aug 2015 17:38:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54943340CB1 for ; Fri, 14 Aug 2015 17:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20A9159 for ; Fri, 14 Aug 2015 17:38:36 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1439573888.dcfa47c575d730ab12f48c7dafe083b6db6a74ba.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-15.08.49.9999.ebuild kde-apps/ark/ark-9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: dcfa47c575d730ab12f48c7dafe083b6db6a74ba X-VCS-Branch: master Date: Fri, 14 Aug 2015 17:38:36 +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: 922bb2fb-2129-41a3-907f-d841acfb7609 X-Archives-Hash: 8e5258a25493bcdbda8e52b8558be1b1 commit: dcfa47c575d730ab12f48c7dafe083b6db6a74ba Author: Michael Palimaka gentoo org> AuthorDate: Fri Aug 14 17:38:08 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Aug 14 17:38:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dcfa47c5 [kde-apps/ark] Make handbook dependencies optional. Package-Manager: portage-2.2.20.1 kde-apps/ark/ark-15.08.49.9999.ebuild | 2 +- kde-apps/ark/ark-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/ark/ark-15.08.49.9999.ebuild b/kde-apps/ark/ark-15.08.49.9999.ebuild index a6e906f..21b6588 100644 --- a/kde-apps/ark/ark-15.08.49.9999.ebuild +++ b/kde-apps/ark/ark-15.08.49.9999.ebuild @@ -6,6 +6,7 @@ EAPI=5 KDE_HANDBOOK="true" KDE_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="KDE Archiving tool" @@ -22,7 +23,6 @@ RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdoctools) $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index a6e906f..21b6588 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -6,6 +6,7 @@ EAPI=5 KDE_HANDBOOK="true" KDE_TEST="true" +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="KDE Archiving tool" @@ -22,7 +23,6 @@ RDEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdoctools) $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes)