diff options
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011-r6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 75505f5967f6..0271cc97eece 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.176 2012/05/09 13:41:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.177 2012/05/25 18:27:02 aballier Exp $ + + 25 May 2012; Alexis Ballier <aballier@gentoo.org> + texlive-core-2011-r6.ebuild: + Add patch by Rafał Mużyło to build with poppler 0.20, bug #416989 09 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-core-2011-r6.ebuild: diff --git a/app-text/texlive-core/texlive-core-2011-r6.ebuild b/app-text/texlive-core/texlive-core-2011-r6.ebuild index a7c49676ddbc..42f913327cc2 100644 --- a/app-text/texlive-core/texlive-core-2011-r6.ebuild +++ b/app-text/texlive-core/texlive-core-2011-r6.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-r6.ebuild,v 1.10 2012/05/09 13:41:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r6.ebuild,v 1.11 2012/05/25 18:27:02 aballier Exp $ EAPI=3 TL_UPSTREAM_PATCHLEVEL="1" -PATCHLEVEL="32" +PATCHLEVEL="33" TL_SOURCE_VERSION=20110705 inherit eutils flag-o-matic toolchain-funcs libtool texlive-common |