diff options
author | 2002-09-07 21:43:36 +0000 | |
---|---|---|
committer | 2002-09-07 21:43:36 +0000 | |
commit | a34a8d66ab5b94f16216cf800d026915de6b0c88 (patch) | |
tree | 033451f5334b44a98e54449a1316b7cfa0c57f93 /gnome-base/gnome-print | |
parent | fix really stupid bug that disabled enable-final (diff) | |
download | historical-a34a8d66ab5b94f16216cf800d026915de6b0c88.tar.gz historical-a34a8d66ab5b94f16216cf800d026915de6b0c88.tar.bz2 historical-a34a8d66ab5b94f16216cf800d026915de6b0c88.zip |
tex USE flag is supposed to be tetex
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.35-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gnome-print/gnome-print-0.35-r2.ebuild b/gnome-base/gnome-print/gnome-print-0.35-r2.ebuild index 50ca20d8f094..d866a654f45d 100644 --- a/gnome-base/gnome-print/gnome-print-0.35-r2.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.35-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.35-r2.ebuild,v 1.4 2002/08/16 04:09:23 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.35-r2.ebuild,v 1.5 2002/09/07 21:43:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNOME printing library" @@ -18,7 +18,7 @@ RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1 DEPEND="${RDEPEND} sys-devel/gettext sys-devel/perl - tex? ( app-text/tetex ) + tetex? ( app-text/tetex ) >=app-text/ghostscript-6.50-r2 nls? ( sys-devel/gettext )" |