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 97AE1138334 for ; Mon, 27 May 2019 18:55:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96470E07EA; Mon, 27 May 2019 18:55:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 78C2EE07EA for ; Mon, 27 May 2019 18:55:58 +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 00F2A344FEB for ; Mon, 27 May 2019 18:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1640657B for ; Mon, 27 May 2019 18:55:55 +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: <1558982944.c0018b2af708847977e1e9acc72994c6be4a015f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/krita/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/krita/krita-9999.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0018b2af708847977e1e9acc72994c6be4a015f X-VCS-Branch: master Date: Mon, 27 May 2019 18:55:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 150d5e69-1165-43ea-a9d4-665449a9405f X-Archives-Hash: 061a674cb4acd5cddf898d58d0c2c938 commit: c0018b2af708847977e1e9acc72994c6be4a015f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 27 18:49:04 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 27 18:49:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0018b2a media-gfx/krita: Add back kde-frameworks/karchive DEPEND Upstream commit 4cb990274f8664d4eb3311af7755c8ff6065150c Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index 2984137920..2dbc68e759 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -26,6 +26,7 @@ BDEPEND=" sys-devel/gettext " COMMON_DEPEND="${PYTHON_DEPS} + $(add_frameworks_dep karchive) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons)