diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-09-08 20:05:18 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-09-08 20:05:18 +0000 |
commit | 868147cb43498eb535d1458d21105376c51f3987 (patch) | |
tree | 8bc1e108cdfc5092f32e055530bba7ff5e8758b2 | |
parent | Removed obsolete versions (diff) | |
download | historical-868147cb43498eb535d1458d21105376c51f3987.tar.gz historical-868147cb43498eb535d1458d21105376c51f3987.tar.bz2 historical-868147cb43498eb535d1458d21105376c51f3987.zip |
Applied a patch from Johannes Bruegmann <johannes@jottbee.org>, see bug #59256.
-rw-r--r-- | eclass/tetex.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index a24d0260dbd0..b4b8f7aa8021 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.13 2004/09/08 09:00:18 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.14 2004/09/08 20:05:18 usata Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -70,6 +70,7 @@ tetex_src_unpack() { cd ${S} epatch ${FILESDIR}/../../tetex/files/tetex-${TETEX_PV}-dont-run-config.diff epatch ${FILESDIR}/../../tetex/files/tetex-${TETEX_PV}.diff + epatch ${FILESDIR}/../../tetex/files/tetex-texdoctk-gentoo.patch # fix up misplaced listings.sty in the 2.0.2 archive. # this should be fixed in the next release <obz@gentoo.org> |