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 1SiMHq-00042Z-UB for garchives@archives.gentoo.org; Sat, 23 Jun 2012 09:05:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30F0AE0B5B; Sat, 23 Jun 2012 09:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03F97E0B5B for ; Sat, 23 Jun 2012 09:05:38 +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 6BB3B1B4002 for ; Sat, 23 Jun 2012 09:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EAAB0E5435 for ; Sat, 23 Jun 2012 09:05:36 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1340442320.c7f1f46ad537f4f1d4c5266fcae4880a75d6990e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-text/evince/ X-VCS-Repository: proj/gnome X-VCS-Files: app-text/evince/evince-9999.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c7f1f46ad537f4f1d4c5266fcae4880a75d6990e X-VCS-Branch: master Date: Sat, 23 Jun 2012 09:05:36 +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: fbece358-1abd-4313-91f5-d8a09c84b6a8 X-Archives-Hash: 015b3448762abbc661863b947afc98fd commit: c7f1f46ad537f4f1d4c5266fcae4880a75d6990e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Jun 23 09:05:20 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Jun 23 09:05:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc7f1f46a app-text/evince: IUSE ps =E2=86=92 postscript, closes: #421457 --- app-text/evince/evince-9999.ebuild | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/evince/evince-9999.ebuild b/app-text/evince/evince-= 9999.ebuild index 111d877..a52dc76 100644 --- a/app-text/evince/evince-9999.ebuild +++ b/app-text/evince/evince-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=3D"http://www.gnome.org/projects/evince/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"dbus debug djvu doc dvi gnome-keyring +introspection nautilus +p= s t1lib tiff xps" +IUSE=3D"dbus debug djvu doc dvi gnome-keyring +introspection nautilus +p= ostscript t1lib tiff xps" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -52,7 +52,7 @@ RDEPEND=3D" gnome-keyring? ( >=3Dgnome-base/gnome-keyring-2.22.0 ) introspection? ( >=3Ddev-libs/gobject-introspection-0.6 ) nautilus? ( >=3Dgnome-base/nautilus-2.91.4[introspection?] ) - ps? ( >=3Dapp-text/libspectre-0.2.0 ) + postscript? ( >=3Dapp-text/libspectre-0.2.0 ) tiff? ( >=3Dmedia-libs/tiff-3.6:0 ) xps? ( >=3Dapp-text/libgxps-0.2.1 ) " @@ -92,7 +92,7 @@ pkg_setup() { $(use_with gnome-keyring keyring) $(use_enable introspection) $(use_enable nautilus) - $(use_enable ps) + $(use_enable postscript ps) $(use_enable t1lib) $(use_enable tiff) $(use_enable xps)"