diff options
author | 2008-03-13 20:01:15 +0000 | |
---|---|---|
committer | 2008-03-13 20:01:15 +0000 | |
commit | 920f98fab46f4be9c143b60a3426148626e10651 (patch) | |
tree | 8a9b8fd27468fdac9ba0678e9bc256e9c2b97e5f /app-text | |
parent | Stable on x86 wrt bug #213283 (diff) | |
download | gentoo-2-920f98fab46f4be9c143b60a3426148626e10651.tar.gz gentoo-2-920f98fab46f4be9c143b60a3426148626e10651.tar.bz2 gentoo-2-920f98fab46f4be9c143b60a3426148626e10651.zip |
Add a patch by Hanno Meyer-Thurow to fix build with gcc 4.3, bug #213144
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2007-r12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 5794863c9589..8dfbb09c28e4 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.48 2008/03/10 22:33:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.49 2008/03/13 20:01:15 aballier Exp $ + + 13 Mar 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2007-r12.ebuild: + Add a patch by Hanno Meyer-Thurow to fix build with gcc 4.3, bug #213144 10 Mar 2008; Alexis Ballier <aballier@gentoo.org> texlive-core-2007-r12.ebuild: diff --git a/app-text/texlive-core/texlive-core-2007-r12.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild index 87e71b61809b..d596ff41b2d4 100644 --- a/app-text/texlive-core/texlive-core-2007-r12.ebuild +++ b/app-text/texlive-core/texlive-core-2007-r12.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.7 2008/03/10 22:33:02 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.8 2008/03/13 20:01:15 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="5" +PATCHLEVEL="6" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |