diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-26 11:34:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-26 11:34:50 +0000 |
commit | 4f06cefb844eb43254555234b899d1b4d59a007a (patch) | |
tree | 9532e13b0fc5ad72d551a7c1cd424629e8b0afc4 /app-text | |
parent | Stable ppc64, bug #421619 (diff) | |
download | gentoo-2-4f06cefb844eb43254555234b899d1b4d59a007a.tar.gz gentoo-2-4f06cefb844eb43254555234b899d1b4d59a007a.tar.bz2 gentoo-2-4f06cefb844eb43254555234b899d1b4d59a007a.zip |
Add patch from upstream to build with kpathsea from TeX Live 2012.
(Portage version: 2.2.0_alpha120/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-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index f7a5377e92be..8859d69c9da9 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.179 2012/06/17 14:32:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.180 2012/07/26 11:34:50 aballier Exp $ + + 26 Jul 2012; Alexis Ballier <aballier@gentoo.org> + texlive-core-2011-r7.ebuild: + Add patch from upstream to build with kpathsea from TeX Live 2012. 17 Jun 2012; Raúl Porcel <armin76@gentoo.org> texlive-core-2011-r6.ebuild: alpha/ia64/s390/sh/sparc stable wrt #408993 diff --git a/app-text/texlive-core/texlive-core-2011-r7.ebuild b/app-text/texlive-core/texlive-core-2011-r7.ebuild index a0ba1a4b5215..e6df8cc67ea7 100644 --- a/app-text/texlive-core/texlive-core-2011-r7.ebuild +++ b/app-text/texlive-core/texlive-core-2011-r7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 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-r7.ebuild,v 1.1 2012/05/30 23:42:52 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r7.ebuild,v 1.2 2012/07/26 11:34:50 aballier Exp $ EAPI=3 TL_UPSTREAM_PATCHLEVEL="1" -PATCHLEVEL="34" +PATCHLEVEL="35" TL_SOURCE_VERSION=20110705 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common |