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 AE889139083 for ; Sun, 3 Dec 2017 20:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF1DE0E98; Sun, 3 Dec 2017 20:00:31 +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 A66CFE0E98 for ; Sun, 3 Dec 2017 20:00:31 +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 7C69433BF24 for ; Sun, 3 Dec 2017 20:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24FA5AD7E for ; Sun, 3 Dec 2017 20:00: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: <1512331214.9d29b347f09ce711b33d827ec182e8f66a87a0e8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/kile/kile-9999.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d29b347f09ce711b33d827ec182e8f66a87a0e8 X-VCS-Branch: master Date: Sun, 3 Dec 2017 20:00: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: 7705c973-6107-4fdf-9207-694dab3cad22 X-Archives-Hash: 71b2324619767c783be35c14c1687999 commit: 9d29b347f09ce711b33d827ec182e8f66a87a0e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 3 00:14:37 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 3 20:00:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9d29b347 app-editors/kile: RDEPEND on virtual/imagemagick-tools Package-Manager: Portage-2.3.16, Repoman-2.3.6 app-editors/kile/kile-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild index 30e7154de4..1de44e5778 100644 --- a/app-editors/kile/kile-9999.ebuild +++ b/app-editors/kile/kile-9999.ebuild @@ -53,7 +53,7 @@ RDEPEND="${DEPEND} ) png? ( app-text/dvipng - || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) + virtual/imagemagick-tools[png?] ) "