diff options
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2008-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 60500153d302..57eeefa09193 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.77 2008/10/17 19:46:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.78 2008/10/18 07:48:43 aballier Exp $ + + 18 Oct 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2008-r1.ebuild: + Bump patchset to include parallel make fix for bug #242142 17 Oct 2008; Alexis Ballier <aballier@gentoo.org> texlive-core-2008-r1.ebuild: diff --git a/app-text/texlive-core/texlive-core-2008-r1.ebuild b/app-text/texlive-core/texlive-core-2008-r1.ebuild index 290ea8245852..f2c50faebf32 100644 --- a/app-text/texlive-core/texlive-core-2008-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2008-r1.ebuild @@ -1,12 +1,12 @@ # 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-2008-r1.ebuild,v 1.2 2008/10/17 19:46:15 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2008-r1.ebuild,v 1.3 2008/10/18 07:48:43 aballier Exp $ EAPI=1 inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="7" +PATCHLEVEL="8" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |