diff options
Diffstat (limited to 'app-emacs/auctex/auctex-11.83.ebuild')
-rw-r--r-- | app-emacs/auctex/auctex-11.83.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/auctex/auctex-11.83.ebuild b/app-emacs/auctex/auctex-11.83.ebuild index 2e9c61ab21df..beeb4c94ccba 100644 --- a/app-emacs/auctex/auctex-11.83.ebuild +++ b/app-emacs/auctex/auctex-11.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.83.ebuild,v 1.4 2006/11/15 13:48:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.83.ebuild,v 1.5 2006/11/16 21:20:44 opfer Exp $ inherit elisp eutils latex-package autotools @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc sparc x86" IUSE="preview-latex" -DEPEND="preview-latex? ( !dev-tex/preview-latex app-text/dvipng )" +DEPEND="preview-latex? ( !dev-tex/preview-latex app-text/dvipng virtual/ghostscript )" src_unpack() { unpack ${A} |