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 1STMk3-0000BU-QX for garchives@archives.gentoo.org; Sun, 13 May 2012 00:32:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13247E0ADC; Sun, 13 May 2012 00:32:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DAC64E0ADC for ; Sun, 13 May 2012 00:32:42 +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 2FC9F1B4023 for ; Sun, 13 May 2012 00:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 903D9E542D for ; Sun, 13 May 2012 00:32:39 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1336613599.ef63da06176184d61c8e45ca7a0adca4460b05f3.tetromino@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: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: ef63da06176184d61c8e45ca7a0adca4460b05f3 X-VCS-Branch: master Date: Sun, 13 May 2012 00:32:39 +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: 385c659a-957b-40d1-b3a3-045c144f06c5 X-Archives-Hash: 81bd7aac3da037e73a83810c2128555a commit: ef63da06176184d61c8e45ca7a0adca4460b05f3 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu May 10 01:33:19 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu May 10 01:33:19 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Def63da06 app-text/evince: sync with gx86 --- app-text/evince/evince-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/evince/evince-9999.ebuild b/app-text/evince/evince-= 9999.ebuild index ed0ff58..111d877 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 t1= lib tiff xps" +IUSE=3D"dbus debug djvu doc dvi gnome-keyring +introspection nautilus +p= s t1lib tiff xps" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else @@ -29,7 +29,6 @@ fi # gdk-pixbuf used all over the place # libX11 used for totem-screensaver RDEPEND=3D" - >=3Dapp-text/libspectre-0.2.0 dev-libs/atk >=3Ddev-libs/glib-2.25.11:2 >=3Ddev-libs/libxml2-2.5:2 @@ -53,6 +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 ) tiff? ( >=3Dmedia-libs/tiff-3.6:0 ) xps? ( >=3Dapp-text/libgxps-0.2.1 ) " @@ -92,6 +92,7 @@ pkg_setup() { $(use_with gnome-keyring keyring) $(use_enable introspection) $(use_enable nautilus) + $(use_enable ps) $(use_enable t1lib) $(use_enable tiff) $(use_enable xps)"