diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 13:06:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 13:06:39 +0000 |
commit | 96c9f95a2720a10ca31eb387c1616e7de243f825 (patch) | |
tree | 4c2cfd83f7de466100e4632cd863a2d6bf657656 /app-text/texlive-core | |
parent | Import a fix from upstream for libpng 1.5 compatibility. (diff) | |
download | gentoo-2-96c9f95a2720a10ca31eb387c1616e7de243f825.tar.gz gentoo-2-96c9f95a2720a10ca31eb387c1616e7de243f825.tar.bz2 gentoo-2-96c9f95a2720a10ca31eb387c1616e7de243f825.zip |
Import a fix from upstream to fix build with libpng 1.5, bug #355105
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2010.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 415c7c7b002b..69192872e515 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive-core -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.128 2010/10/30 18:46:04 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.129 2011/02/16 13:06:39 aballier Exp $ + + 16 Feb 2011; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: + Import a fix from upstream to fix build with libpng 1.5, bug #355105 30 Oct 2010; Alexis Ballier <aballier@gentoo.org> texlive-core-2010.ebuild: diff --git a/app-text/texlive-core/texlive-core-2010.ebuild b/app-text/texlive-core/texlive-core-2010.ebuild index 3a1a2fb5108f..45368a1e497a 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-2010 Gentoo Foundation +# 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.2 2010/10/30 18:46:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2010.ebuild,v 1.3 2011/02/16 13:06:39 aballier Exp $ EAPI=3 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common -PATCHLEVEL="20" +PATCHLEVEL="21" TL_SOURCE_VERSION=20100722 MY_PV=${PN%-core}-${TL_SOURCE_VERSION}-source |