blob: 18b95169f9d79a0189e668f65de746d8e851dd0d (
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.18 2004/09/16 01:40:58 pvdabeel 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 macos ppc-macos"
IUSE=""
src_unpack() {
tetex_src_unpack
epatch ${FILESDIR}/${PN}-no-readlink-manpage.diff
}
src_compile() {
use amd64 && replace-flags "-O3" "-O2"
tetex_src_compile
}
|