From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sg8Jg-0000Hb-8K for garchives@archives.gentoo.org; Sun, 17 Jun 2012 05:46:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2954E0B8C; Sun, 17 Jun 2012 05:46:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AD1DCE0B8C for ; Sun, 17 Jun 2012 05:46:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE9171B4038 for ; Sun, 17 Jun 2012 05:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AD914E5430 for ; Sun, 17 Jun 2012 05:46:17 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1339911940.9ac65bc8437ab4f2be794280ae8faccf00cc0de7.creffett@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: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 9ac65bc8437ab4f2be794280ae8faccf00cc0de7 X-VCS-Branch: master Date: Sun, 17 Jun 2012 05:46: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7558eb45-4471-47d5-955d-5ccfccbfa3dc X-Archives-Hash: 8baf2f55742b0a9224de7af87fb639e7 commit: 9ac65bc8437ab4f2be794280ae8faccf00cc0de7 Author: Chris Reffett gmail com> AuthorDate: Sun Jun 17 05:45:40 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Sun Jun 17 05:45:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D9ac65bc8 [app-editors/kile] Fix dependency on okular to require postscript USE rat= her than ps USE, bug 421491 (Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest comm= it) --- app-editors/kile/kile-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-99= 99.ebuild index 8d311ac..6e41cc6 100644 --- a/app-editors/kile/kile-9999.ebuild +++ b/app-editors/kile/kile-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=3D" RDEPEND=3D"${DEPEND} $(add_kdebase_dep kdebase-data) || ( - $(add_kdebase_dep okular 'pdf?,ps') + $(add_kdebase_dep okular 'pdf?,postscript') app-text/acroread ) virtual/latex-base