summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-10 01:32:11 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-10 01:32:11 +0000
commite67dc220961b1a974ff7d73b0700eb2b0f9ba5e4 (patch)
tree6c72967d520048e8a7b2739863e8c575f121e3b7 /app-text/evince/evince-3.2.1-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-e67dc220961b1a974ff7d73b0700eb2b0f9ba5e4.tar.gz
gentoo-2-e67dc220961b1a974ff7d73b0700eb2b0f9ba5e4.tar.bz2
gentoo-2-e67dc220961b1a974ff7d73b0700eb2b0f9ba5e4.zip
Add "ps" USE flag (enabled by default) to allow disabling PostScript support (bug #414973, thanks to nzqr).
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-text/evince/evince-3.2.1-r1.ebuild')
-rw-r--r--app-text/evince/evince-3.2.1-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-text/evince/evince-3.2.1-r1.ebuild b/app-text/evince/evince-3.2.1-r1.ebuild
index 9a7238446167..2e643c3f48dc 100644
--- a/app-text/evince/evince-3.2.1-r1.ebuild
+++ b/app-text/evince/evince-3.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1-r1.ebuild,v 1.5 2012/05/04 03:33:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1-r1.ebuild,v 1.6 2012/05/10 01:32:11 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -16,7 +16,7 @@ SRC_URI="${SRC_URI}
LICENSE="GPL-2"
SLOT="0"
-IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus t1lib tiff xps"
+IUSE="dbus debug djvu doc dvi gnome-keyring +introspection nautilus +ps t1lib tiff xps"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
# Since 2.26.2, can handle poppler without cairo support. Make it optional ?
@@ -25,7 +25,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebs
# gdk-pixbuf used all over the place
# libX11 used for totem-screensaver
RDEPEND="
- >=app-text/libspectre-0.2.0
dev-libs/atk
>=dev-libs/glib-2.25.11:2
>=dev-libs/libxml2-2.5:2
@@ -49,6 +48,7 @@ RDEPEND="
gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 )
introspection? ( >=dev-libs/gobject-introspection-0.6 )
nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
+ ps? ( >=app-text/libspectre-0.2.0 )
tiff? ( >=media-libs/tiff-3.6:0 )
xps? ( >=app-text/libgxps-0.2.0 )
"
@@ -88,6 +88,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)"