diff options
Diffstat (limited to 'dev-util/cweb/cweb-3.64.ebuild')
-rw-r--r-- | dev-util/cweb/cweb-3.64.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/cweb/cweb-3.64.ebuild b/dev-util/cweb/cweb-3.64.ebuild index 3ce867f9d0b2..c878bcc62848 100644 --- a/dev-util/cweb/cweb-3.64.ebuild +++ b/dev-util/cweb/cweb-3.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64.ebuild,v 1.12 2008/09/03 05:16:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.64.ebuild,v 1.13 2008/09/03 09:47:42 opfer Exp $ S=${WORKDIR} DESCRIPTION="Knuth's and Levy's C/C++ documenting system" @@ -13,7 +13,10 @@ KEYWORDS="~amd64 ppc sparc x86" IUSE="" DEPEND="virtual/libc - !virtual/tetex" + !app-text/tetex + !app-text/texlive-core + !app-text/ptex + !app-text/cstex" src_compile() { #emake won't work, because cweave needs ctangle to compile |