From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-929124-garchives=archives.gentoo.org@lists.gentoo.org>
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 91802139085
	for <garchives@archives.gentoo.org>; Fri,  3 Feb 2017 22:28:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F11B021C092;
	Fri,  3 Feb 2017 22:28:11 +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 CDA0321C092
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Feb 2017 22:28:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 170CA340EDA
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Feb 2017 22:28:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA2B3B8E
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 Feb 2017 22:28:09 +0000 (UTC)
From: "Maciej Mrozowski" <reavertm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" <reavertm@gentoo.org>
Message-ID: <1486160882.3294e500a6f179b7ee0208aa36a101d0bb1fa1b4.reavertm@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: reavertm
X-VCS-Committer-Name: Maciej Mrozowski
X-VCS-Revision: 3294e500a6f179b7ee0208aa36a101d0bb1fa1b4
X-VCS-Branch: master
Date: Fri,  3 Feb 2017 22:28:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 360ed1d3-616d-4b50-bf68-54b4cf690fe6
X-Archives-Hash: 1e9cf3d88d553b635e6234baaa77f80f

commit:     3294e500a6f179b7ee0208aa36a101d0bb1fa1b4
Author:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 22:24:06 2017 +0000
Commit:     Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 22:28:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3294e500

app-editors/kile: allow any Okular and evince as PDF viewer

 app-editors/kile/kile-2.1.3-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-editors/kile/kile-2.1.3-r2.ebuild b/app-editors/kile/kile-2.1.3-r2.ebuild
index 6b5e15c..cf5ea90 100644
--- a/app-editors/kile/kile-2.1.3-r2.ebuild
+++ b/app-editors/kile/kile-2.1.3-r2.ebuild
@@ -25,7 +25,8 @@ RDEPEND="${DEPEND}
 	$(add_kdeapps_dep kdebase-data)
 	$(add_kdeapps_dep konsolepart)
 	|| (
-		$(add_kdeapps_dep okular 'pdf?,postscript')
+		kde-apps/okular[pdf?,postscript]
+		app-text/evince
 		app-text/acroread
 	)
 	virtual/latex-base
@@ -39,7 +40,10 @@ RDEPEND="${DEPEND}
 	)
 	png? (
 		app-text/dvipng
-		|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )
+		|| (
+			media-gfx/imagemagick[png]
+			media-gfx/graphicsmagick[imagemagick,png]
+		)
 	)
 "