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 B75AE13832E for ; Wed, 20 Jul 2016 18:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD6FC21C046; Wed, 20 Jul 2016 18:24:04 +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 4D64121C046 for ; Wed, 20 Jul 2016 18:24:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 07CF4340D17 for ; Wed, 20 Jul 2016 18:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC16F7C9 for ; Wed, 20 Jul 2016 18:24:00 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1469039028.df94992a3f24a7ae5d2266a40372116710db9d66.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/kile/kile-2.1.3-r2.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: df94992a3f24a7ae5d2266a40372116710db9d66 X-VCS-Branch: master Date: Wed, 20 Jul 2016 18:24:00 +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: 0bcbfc4f-0a9e-44e6-871d-b96c7be41508 X-Archives-Hash: 3a44539677378c37118cb34ce67769f3 commit: df94992a3f24a7ae5d2266a40372116710db9d66 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 20 18:22:53 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 20 18:23:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df94992a app-editors/kile: allow media-gfx/graphicsmagick as an alternative to media-gfx/imagemagick Gentoo-bug: 586284 Package-Manager: portage-2.3.0 app-editors/kile/kile-2.1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/kile/kile-2.1.3-r2.ebuild b/app-editors/kile/kile-2.1.3-r2.ebuild index ddd6e0d..fc2d6a3 100644 --- a/app-editors/kile/kile-2.1.3-r2.ebuild +++ b/app-editors/kile/kile-2.1.3-r2.ebuild @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} ) png? ( app-text/dvipng - media-gfx/imagemagick[png] + || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) ) "