diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-05 23:35:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-05 23:35:43 +0000 |
commit | eadf5a6695137d64548dc325de14d91c16d5fbae (patch) | |
tree | 1330e4a9e22d57a3b3b6ffcbf9372ca2c30eab3a /app-text/texlive/texlive-2013.ebuild | |
parent | Install in texmf-site and adjust a bit search paths. (diff) | |
download | gentoo-2-eadf5a6695137d64548dc325de14d91c16d5fbae.tar.gz gentoo-2-eadf5a6695137d64548dc325de14d91c16d5fbae.tar.bz2 gentoo-2-eadf5a6695137d64548dc325de14d91c16d5fbae.zip |
bump tex4ht dep (previous revisions will not work with texlive 2013)
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/texlive/texlive-2013.ebuild')
-rw-r--r-- | app-text/texlive/texlive-2013.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/texlive/texlive-2013.ebuild b/app-text/texlive/texlive-2013.ebuild index 538ca1e7bb12..f1363f877ea1 100644 --- a/app-text/texlive/texlive-2013.ebuild +++ b/app-text/texlive/texlive-2013.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2013.ebuild,v 1.1 2013/06/28 17:08:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2013.ebuild,v 1.2 2013/07/05 23:35:43 aballier Exp $ EAPI="2" @@ -91,7 +91,7 @@ RDEPEND="${DEPEND} context? ( >=${TEXLIVE_CAT}/texlive-context-${PV} ) games? ( >=${TEXLIVE_CAT}/texlive-games-${PV} ) humanities? ( >=${TEXLIVE_CAT}/texlive-humanities-${PV} ) - tex4ht? ( >=dev-tex/tex4ht-20080829 ) + tex4ht? ( >=dev-tex/tex4ht-20090611_p1038-r3 ) xml? ( >=dev-tex/xmltex-1.9-r2 app-text/passivetex |