diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-03 10:21:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-03 10:21:41 +0000 |
commit | 5371fb294d90d0d178aac9cbe85e01651729db14 (patch) | |
tree | 9fe01f51f66a4f349905dc05c6a06b78a4dea7a9 /app-text/texlive-core | |
parent | Quoting. Unnecessary inherit autotools. (diff) | |
download | gentoo-2-5371fb294d90d0d178aac9cbe85e01651729db14.tar.gz gentoo-2-5371fb294d90d0d178aac9cbe85e01651729db14.tar.bz2 gentoo-2-5371fb294d90d0d178aac9cbe85e01651729db14.zip |
Add patch to fix building with autoconf 2.64, bug #279687
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2008-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 36bab94ee33b..3eed122b8177 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.106 2009/06/20 14:58:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.107 2009/08/03 10:21:41 aballier Exp $ + + 03 Aug 2009; Alexis Ballier <aballier@gentoo.org> + texlive-core-2008-r5.ebuild: + Add patch to fix building with autoconf 2.64, bug #279687 20 Jun 2009; Alexis Ballier <aballier@gentoo.org> -texlive-core-2007-r13.ebuild, -files/texmf-update: diff --git a/app-text/texlive-core/texlive-core-2008-r5.ebuild b/app-text/texlive-core/texlive-core-2008-r5.ebuild index 4f67418e814c..e66cf81e9200 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.8 2009/06/10 13:49:17 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r5.ebuild,v 1.9 2009/08/03 10:21:41 aballier Exp $ EAPI=1 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="12" +PATCHLEVEL="13" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |