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 547E9138239 for ; Mon, 6 Aug 2018 23:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C12A3E0893; Mon, 6 Aug 2018 23:59:34 +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 87EC6E0893 for ; Mon, 6 Aug 2018 23:59:34 +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 AA2DE335CC6 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 C31D239F 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: <1533598748.9943c914cde2708134f703d06b556af94acb660a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kolourpaint/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kolourpaint/kolourpaint-9999.ebuild X-VCS-Directories: kde-apps/kolourpaint/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9943c914cde2708134f703d06b556af94acb660a 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: 62cc86fb-4543-493d-916a-6b854ea928cf X-Archives-Hash: 7181da67163470aba4b107c076c37d00 commit: 9943c914cde2708134f703d06b556af94acb660a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 6 23:39:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 6 23:39:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9943c914 kde-apps/kolourpaint: Update dependencies Upstream commit: dd0c085dfbc5392063fb78e2f9d6f316edeee76b Thanks-to: Arfrever Frehtes Taifersar Arahesis gmail.com> Package-Manager: Portage-2.3.44, Repoman-2.3.10 kde-apps/kolourpaint/kolourpaint-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kolourpaint/kolourpaint-9999.ebuild b/kde-apps/kolourpaint/kolourpaint-9999.ebuild index 28175b939a..a65762fb97 100644 --- a/kde-apps/kolourpaint/kolourpaint-9999.ebuild +++ b/kde-apps/kolourpaint/kolourpaint-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KDE_HANDBOOK="true" +KDE_HANDBOOK="forceoptional" inherit kde5 DESCRIPTION="Paint Program by KDE" @@ -16,10 +16,10 @@ RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons)