diff options
author | 2011-07-31 07:36:25 +0000 | |
---|---|---|
committer | 2011-07-31 07:36:25 +0000 | |
commit | 66b4ad4c5c543e0d05c2cb433bc96fabeb35d7f0 (patch) | |
tree | 2e483722928b1d109e08dd73415cd1031ec0b19a /app-text | |
parent | do not "build" biber, its a prebuilt binary -> not for us, well (diff) | |
download | gentoo-2-66b4ad4c5c543e0d05c2cb433bc96fabeb35d7f0.tar.gz gentoo-2-66b4ad4c5c543e0d05c2cb433bc96fabeb35d7f0.tar.bz2 gentoo-2-66b4ad4c5c543e0d05c2cb433bc96fabeb35d7f0.zip |
bump luatex dep in par with texlive meta ebuild, should fix bug #377065
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index d65b5cf1a78d..8e5c8ecedf21 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.144 2011/07/31 07:32:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.145 2011/07/31 07:36:25 aballier Exp $ + + 31 Jul 2011; Alexis Ballier <aballier@gentoo.org> + texlive-core-2011-r2.ebuild: + bump luatex dep in par with texlive meta ebuild, should fix bug #377065 *texlive-core-2011-r2 (31 Jul 2011) diff --git a/app-text/texlive-core/texlive-core-2011-r2.ebuild b/app-text/texlive-core/texlive-core-2011-r2.ebuild index 21145e23bd6d..78d0eee23ce0 100644 --- a/app-text/texlive-core/texlive-core-2011-r2.ebuild +++ b/app-text/texlive-core/texlive-core-2011-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-core/texlive-core-2011-r2.ebuild,v 1.1 2011/07/31 07:32:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r2.ebuild,v 1.2 2011/07/31 07:36:25 aballier Exp $ EAPI=3 @@ -105,7 +105,7 @@ RDEPEND="${COMMON_DEPEND} tk? ( dev-perl/perl-tk )" # texdoc needs luatex. -PDEPEND=">=dev-tex/luatex-0.63" +PDEPEND=">=dev-tex/luatex-0.70" S="${WORKDIR}/${MY_PV}" |