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 CEA21138262 for ; Tue, 17 May 2016 19:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E420224057; Tue, 17 May 2016 19:43:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 68B89E086B for ; Tue, 17 May 2016 19:43: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A82F2340B50 for ; Tue, 17 May 2016 19:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F4F8972 for ; Tue, 17 May 2016 19:43:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1463514179.59c09cd6060f2f68e7cb04a32fcbd83ceaa47150.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/konversation-9999.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 59c09cd6060f2f68e7cb04a32fcbd83ceaa47150 X-VCS-Branch: master Date: Tue, 17 May 2016 19:43:27 +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: 7ad5ebe0-752a-4c71-b72a-eeb458fd8782 X-Archives-Hash: 4d74acbfb7e32ed80eb6f549447607b6 commit: 59c09cd6060f2f68e7cb04a32fcbd83ceaa47150 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat May 14 18:32:25 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue May 17 19:42:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=59c09cd6 net-irc/konversation: Add kcrash DEPEND, force handbook optional Package-Manager: portage-2.2.28 Signed-off-by: Johannes Huber gentoo.org> net-irc/konversation/konversation-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild index 7fefd85..8c8ca8f 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -KDE_HANDBOOK="true" +KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="A user friendly IRC Client" @@ -22,6 +22,7 @@ DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep kemoticons) $(add_frameworks_dep kglobalaccel)