diff options
author | 2008-02-09 20:13:43 +0000 | |
---|---|---|
committer | 2008-02-09 20:13:43 +0000 | |
commit | 200fb01ced8bf15603934ecd00f312869116ae3c (patch) | |
tree | 4c1e28ce84992f2dca27b18a825a69213967ed9d /app-text/texlive-core | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-200fb01ced8bf15603934ecd00f312869116ae3c.tar.gz gentoo-2-200fb01ced8bf15603934ecd00f312869116ae3c.tar.bz2 gentoo-2-200fb01ced8bf15603934ecd00f312869116ae3c.zip |
Fix parallel make issue for bug #209362
(Portage version: 2.1.4.1)
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-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 03b70693236e..df43d81ecfe8 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.42 2008/02/09 11:31:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.43 2008/02/09 20:13:43 aballier Exp $ + + 09 Feb 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2007-r12.ebuild: + Fix parallel make issue for bug #209362 *texlive-core-2007-r12 (09 Feb 2008) diff --git a/app-text/texlive-core/texlive-core-2007-r12.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild index 6c48299c1d0f..755306cceae1 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.1 2008/02/09 11:31:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.2 2008/02/09 20:13:43 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="3" +PATCHLEVEL="4" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |