diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-03-02 11:09:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-03-02 11:09:07 +0000 |
commit | 6c4e3699d5822b84cff88551d106fa0c7214d99b (patch) | |
tree | afa5734812aa3f6ed7363bf32f37ff6cdc896880 /app-text/texlive-core | |
parent | Remove old (diff) | |
download | gentoo-2-6c4e3699d5822b84cff88551d106fa0c7214d99b.tar.gz gentoo-2-6c4e3699d5822b84cff88551d106fa0c7214d99b.tar.bz2 gentoo-2-6c4e3699d5822b84cff88551d106fa0c7214d99b.zip |
Adapt build mpost at compile time patch according to Karl's comments
(Portage version: 2.1.4.4)
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 e7b5a2eb3c29..59af38d218fc 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.45 2008/02/10 14:31:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.46 2008/03/02 11:09:07 aballier Exp $ + + 02 Mar 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2007-r12.ebuild: + Adapt build mpost at compile time patch according to Karl's comments 10 Feb 2008; Alexis Ballier <aballier@gentoo.org> texlive-core-2007-r12.ebuild: diff --git a/app-text/texlive-core/texlive-core-2007-r12.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild index 2753249ee262..8761a6d59573 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.4 2008/02/10 14:31:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.5 2008/03/02 11:09:07 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common -PATCHLEVEL="4" +PATCHLEVEL="5" TEXMFD_VERSION="1" DESCRIPTION="A complete TeX distribution" |