blob: e2fc89449ceca72c71a40ce619a21cd45b7857d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-2.0.2-r3.ebuild,v 1.16 2004/07/01 14:04:02 tgall Exp $
inherit tetex eutils flag-o-matic
DESCRIPTION="a complete TeX distribution"
HOMEPAGE="http://tug.org/teTeX/"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
IUSE=""
src_unpack() {
tetex_src_unpack
epatch ${FILESDIR}/${PN}-no-readlink-manpage.diff
}
src_compile() {
use amd64 && replace-flags "-O3" "-O2"
tetex_src_compile
}
|