diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-16 10:56:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-16 10:56:15 +0000 |
commit | 9d9dda2f4df555b0c5ab8c35c3d125a5649bdb6c (patch) | |
tree | 0d496652028b56d9f9d680c657f807ddad4fb882 /app-text/evince/evince-3.2.1.ebuild | |
parent | Corrected Slotting of media-libs/tiff (diff) | |
download | gentoo-2-9d9dda2f4df555b0c5ab8c35c3d125a5649bdb6c.tar.gz gentoo-2-9d9dda2f4df555b0c5ab8c35c3d125a5649bdb6c.tar.bz2 gentoo-2-9d9dda2f4df555b0c5ab8c35c3d125a5649bdb6c.zip |
Corrected Slotting of media-libs/tiff
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'app-text/evince/evince-3.2.1.ebuild')
-rw-r--r-- | app-text/evince/evince-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/evince/evince-3.2.1.ebuild b/app-text/evince/evince-3.2.1.ebuild index 7848a0e6ba02..b5ed574b576b 100644 --- a/app-text/evince/evince-3.2.1.ebuild +++ b/app-text/evince/evince-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.ebuild,v 1.1 2011/11/03 05:31:59 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.2.1.ebuild,v 1.2 2011/11/16 10:56:15 jlec Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -46,7 +46,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?] ) - tiff? ( >=media-libs/tiff-3.6 ) + tiff? ( >=media-libs/tiff-3.6:0 ) xps? ( >=app-text/libgxps-0.0.1 ) " DEPEND="${RDEPEND} |