diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-18 20:58:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-18 20:58:57 +0000 |
commit | 346b72de667981a347e2efac8375b8d6917e7630 (patch) | |
tree | b10683e985d1c70aeb972b7d56e89bb331d799e2 /app-emacs/slime/slime-2.0_p20061118.ebuild | |
parent | amd64/x86 stable, bug #221063 (diff) | |
download | gentoo-2-346b72de667981a347e2efac8375b8d6917e7630.tar.gz gentoo-2-346b72de667981a347e2efac8375b8d6917e7630.tar.bz2 gentoo-2-346b72de667981a347e2efac8375b8d6917e7630.zip |
Replace virtual/tetex by appropriate dependency for texi2dvi, bug 222501.
(Portage version: 2.1.5)
Diffstat (limited to 'app-emacs/slime/slime-2.0_p20061118.ebuild')
-rw-r--r-- | app-emacs/slime/slime-2.0_p20061118.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app-emacs/slime/slime-2.0_p20061118.ebuild b/app-emacs/slime/slime-2.0_p20061118.ebuild index 7f7921e30a2b..f07f72a46f62 100644 --- a/app-emacs/slime/slime-2.0_p20061118.ebuild +++ b/app-emacs/slime/slime-2.0_p20061118.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild,v 1.2 2007/08/28 06:12:19 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/slime-2.0_p20061118.ebuild,v 1.3 2008/05/18 20:58:57 ulm Exp $ inherit elisp eutils @@ -14,8 +14,11 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="doc" -DEPEND="virtual/commonlisp - doc? ( sys-apps/texinfo )" +RDEPEND="virtual/commonlisp" +DEPEND="${RDEPEND} + doc? ( sys-apps/texinfo + virtual/latex-base + || ( dev-texlive/texlive-texinfo app-text/tetex app-text/ptex ) )" CLPACKAGE=swank |