diff options
Diffstat (limited to 'app-text/evince/evince-0.6.1.ebuild')
-rw-r--r-- | app-text/evince/evince-0.6.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/evince/evince-0.6.1.ebuild b/app-text/evince/evince-0.6.1.ebuild index e004f01669a8..eb45513a92e7 100644 --- a/app-text/evince/evince-0.6.1.ebuild +++ b/app-text/evince/evince-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.6.1.ebuild,v 1.9 2007/01/21 20:25:27 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-0.6.1.ebuild,v 1.10 2007/07/08 04:16:37 mr_bones_ Exp $ inherit eutils gnome2 @@ -19,7 +19,7 @@ RDEPEND=" t1lib? ( >=media-libs/t1lib-5.0.0 ) ) dbus? ( || ( >=dev-libs/dbus-glib-0.71 - ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.33 ) ) ) + >=sys-apps/dbus-0.33 ) ) tiff? ( >=media-libs/tiff-3.6 ) >=app-text/poppler-bindings-0.5.4 >=dev-libs/glib-2 @@ -45,12 +45,10 @@ DEPEND="${RDEPEND} >=sys-devel/automake-1.9 >=dev-util/intltool-0.35" - DOCS="AUTHORS ChangeLog NEWS README TODO" USE_DESTDIR="1" ELTCONF="--portage" - pkg_setup() { G2CONF="--disable-scrollkeeper \ --enable-comics \ |