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 571B4138334 for ; Fri, 16 Nov 2018 22:17:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33FB0E0956; Fri, 16 Nov 2018 22:17:21 +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 09CEEE0956 for ; Fri, 16 Nov 2018 22:17:20 +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 D7790335C31 for ; Fri, 16 Nov 2018 22:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36AA9431 for ; Fri, 16 Nov 2018 22:17:17 +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: <1542231799.cd95dbfe862f549bbca214139b8be3e9b89cd44b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kimagemapeditor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild X-VCS-Directories: kde-apps/kimagemapeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cd95dbfe862f549bbca214139b8be3e9b89cd44b X-VCS-Branch: master Date: Fri, 16 Nov 2018 22:17:17 +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: 6d2b4c43-c21e-40f9-89d0-d745ae185cc2 X-Archives-Hash: 3c807cd9191bf3fd4eacc213b1a26710 commit: cd95dbfe862f549bbca214139b8be3e9b89cd44b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 14 21:43:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 14 21:43:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd95dbfe kde-apps/kimagemapeditor: Fix DEPENDs, kdelibs4support-- Upstream commit 61ba7644d04d9898a5f26915340c7fec68687e3e Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild index d5cd563af8..7c49c60a9c 100644 --- a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild +++ b/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,10 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep khtml) $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kparts) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui)