diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-18 07:48:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-18 07:48:43 +0000 |
commit | 14eb144c7126520cad65a91dc68240df85004b3c (patch) | |
tree | 407a84cae9799ccc5d4684a5c861a8acf9724639 /app-text | |
parent | Build hcfpcidiag with user specified CFLAGS/LDFLAGS (#240874). (diff) | |
download | gentoo-2-14eb144c7126520cad65a91dc68240df85004b3c.tar.gz gentoo-2-14eb144c7126520cad65a91dc68240df85004b3c.tar.bz2 gentoo-2-14eb144c7126520cad65a91dc68240df85004b3c.zip |
Bump patchset to include parallel make fix for bug #242142
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Diffstat (limited to 'app-text')
-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" |