diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 08:35:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 08:35:31 +0000 |
commit | c6ecbf4f1553365232f2d93ba27eb5dbf881e4fb (patch) | |
tree | 8ab5e79dcd0dfe6637f3d4e351f22be5ddbdc6ea /app-text/xindy | |
parent | Remove app-text/tetex from dependencies, bug 227443. (diff) | |
download | gentoo-2-c6ecbf4f1553365232f2d93ba27eb5dbf881e4fb.tar.gz gentoo-2-c6ecbf4f1553365232f2d93ba27eb5dbf881e4fb.tar.bz2 gentoo-2-c6ecbf4f1553365232f2d93ba27eb5dbf881e4fb.zip |
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-text/xindy')
-rw-r--r-- | app-text/xindy/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xindy/xindy-2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/xindy/ChangeLog b/app-text/xindy/ChangeLog index b65d626b2231..fdde00b258ef 100644 --- a/app-text/xindy/ChangeLog +++ b/app-text/xindy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xindy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.8 2009/01/17 14:53:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.9 2009/05/30 08:35:31 ulm Exp $ + + 30 May 2009; Ulrich Mueller <ulm@gentoo.org> xindy-2.3.ebuild: + Remove app-text/tetex from dependencies, bug 227443. 17 Jan 2009; nixnut <nixnut@gentoo.org> xindy-2.3.ebuild: ppc stable #254063 diff --git a/app-text/xindy/xindy-2.3.ebuild b/app-text/xindy/xindy-2.3.ebuild index ad74ad8c1dfa..b247d90a4f44 100644 --- a/app-text/xindy/xindy-2.3.ebuild +++ b/app-text/xindy/xindy-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.8 2009/01/17 14:53:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.9 2009/05/30 08:35:31 ulm Exp $ DESCRIPTION="A Flexible Indexing System" @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="doc" RDEPEND="virtual/latex-base >=dev-lisp/clisp-2.44.1-r1 - || ( dev-texlive/texlive-langcyrillic app-text/tetex app-text/ptex )" + || ( dev-texlive/texlive-langcyrillic app-text/ptex )" DEPEND="${RDEPEND} sys-devel/flex" @@ -22,7 +22,7 @@ src_compile() { local clisp_dir clisp_dir=`clisp --version | grep "Installation directory:" | sed 's/Installation directory: //'` econf \ - $(use_enable doc docs) \ + $(use_enable doc docs) \ --enable-external-clisp --enable-clisp-dir=${clisp_dir} VARTEXFONTS="${T}/fonts" emake -j1 || die "Make failed" } |