diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-03-01 11:01:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-03-01 11:01:24 +0000 |
commit | 028337693fe202a3f76002c97312b49de2fdeef1 (patch) | |
tree | a33bcf271f49fe3c4b1d9f80eb96a8325bf08a34 /app-text | |
parent | Fix building with new xorg-2 eclass (diff) | |
download | gentoo-2-028337693fe202a3f76002c97312b49de2fdeef1.tar.gz gentoo-2-028337693fe202a3f76002c97312b49de2fdeef1.tar.bz2 gentoo-2-028337693fe202a3f76002c97312b49de2fdeef1.zip |
Add a patch to fix xetex math mode in 64 bits, reported by Faustus <orlovm@cs.bgu.ac.il>, bug #356701
(Portage version: 2.2.0_alpha25/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-2010.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 9ab115fe07a6..98fab0f56619 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.131 2011/02/17 15:06:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.132 2011/03/01 11:01:24 aballier Exp $ + + 01 Mar 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: + Add a patch to fix xetex math mode in 64 bits, reported by Faustus + <orlovm@cs.bgu.ac.il>, bug #356701 17 Feb 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: Add a patch from debian to fix a2ping invocation wrt its shebang, part of bug diff --git a/app-text/texlive-core/texlive-core-2010.ebuild b/app-text/texlive-core/texlive-core-2010.ebuild index 127948709ee3..b47ca45b1392 100644 --- a/app-text/texlive-core/texlive-core-2010.ebuild +++ b/app-text/texlive-core/texlive-core-2010.ebuild @@ -1,12 +1,12 @@ # 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-2010.ebuild,v 1.5 2011/02/17 15:06:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.6 2011/03/01 11:01:24 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="22" +PATCHLEVEL="23" TL_SOURCE_VERSION=20100722 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source |