diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-12 19:24:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-12 19:24:14 +0000 |
commit | 8b905b50820eeaf8e8b68f5698fa12ee2542c60c (patch) | |
tree | 4d8881757914b26fdf5b0e1a63977ff0c2ccdd5c /app-text/texlive | |
parent | libexecdir should use "lib" instead of "$(get_libdir)" (diff) | |
download | gentoo-2-8b905b50820eeaf8e8b68f5698fa12ee2542c60c.tar.gz gentoo-2-8b905b50820eeaf8e8b68f5698fa12ee2542c60c.tar.bz2 gentoo-2-8b905b50820eeaf8e8b68f5698fa12ee2542c60c.zip |
bump luatex dep to make sure people use the latest version as it fixes problems on some arches wrt largefile stuff
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive/texlive-2010-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 0c27f115e9a4..369438ab8bde 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.75 2011/07/08 01:50:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.76 2011/07/12 19:24:14 aballier Exp $ + + 12 Jul 2011; Alexis Ballier <aballier@gentoo.org> texlive-2010-r2.ebuild: + bump luatex dep to make sure people use the latest version as it fixes + problems on some arches wrt largefile stuff 08 Jul 2011; Alexis Ballier <aballier@gentoo.org> texlive-2010.ebuild, texlive-2010-r1.ebuild, texlive-2010-r2.ebuild: diff --git a/app-text/texlive/texlive-2010-r2.ebuild b/app-text/texlive/texlive-2010-r2.ebuild index 4c2bc3590844..fd8f7ee8812b 100644 --- a/app-text/texlive/texlive-2010-r2.ebuild +++ b/app-text/texlive/texlive-2010-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2010-r2.ebuild,v 1.8 2011/07/08 01:50:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2010-r2.ebuild,v 1.9 2011/07/12 19:24:14 aballier Exp $ EAPI="2" @@ -48,7 +48,7 @@ RDEPEND="${DEPEND} latex3? ( >=${TEXLIVE_CAT}/texlive-latex3-${PV} ) luatex? ( >=${TEXLIVE_CAT}/texlive-luatex-${PV} - >=dev-tex/luatex-0.45 + >=dev-tex/luatex-0.70 ) >=${TEXLIVE_CAT}/texlive-latexrecommended-${PV} >=dev-tex/xcolor-2.11 |