diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-06-08 14:18:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-06-08 14:18:37 +0000 |
commit | 1c9aea1c694503f49bb330d049193c120de6b1be (patch) | |
tree | 79e5d7c5c0422870a89bcc6873acc52090a916f9 /app-text | |
parent | Sparc stable, bookkeeping for Bug #272977 (which see for the reason). (diff) | |
download | gentoo-2-1c9aea1c694503f49bb330d049193c120de6b1be.tar.gz gentoo-2-1c9aea1c694503f49bb330d049193c120de6b1be.tar.bz2 gentoo-2-1c9aea1c694503f49bb330d049193c120de6b1be.zip |
Add patches for glibc 2.10 + gcc 4.4 combo (bug #271052 by Jussi Kosunen) and implicit declarations (bug #264884, by OKUMURA N. Shin-ya).
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2008-r5.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index ac29d30c6d0c..98e248679ef9 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.103 2009/05/22 13:34:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.104 2009/06/08 14:18:37 aballier Exp $ + + 08 Jun 2009; Alexis Ballier <aballier@gentoo.org> + texlive-core-2008-r5.ebuild: + Add patches for glibc 2.10 + gcc 4.4 combo (bug #271052 by Jussi Kosunen) + and implicit declarations (bug #264884, by OKUMURA N. Shin-ya). 22 May 2009; Alexis Ballier <aballier@gentoo.org> texlive-core-2008-r5.ebuild: diff --git a/app-text/texlive-core/texlive-core-2008-r5.ebuild b/app-text/texlive-core/texlive-core-2008-r5.ebuild index d8766239c568..bee95467d8d9 100644 --- a/app-text/texlive-core/texlive-core-2008-r5.ebuild +++ b/app-text/texlive-core/texlive-core-2008-r5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild,v 1.6 2009/05/22 13:34:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild,v 1.7 2009/06/08 14:18:37 aballier Exp $ EAPI=1 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="11" +PATCHLEVEL="12" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |