diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-12 15:19:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-12 15:19:15 +0000 |
commit | 0654f3e22f1c7ffc7193bad593af22bdee8a4eed (patch) | |
tree | 0b46a452f5708ee21e122b3878716f43118fd2b3 /eclass | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-0654f3e22f1c7ffc7193bad593af22bdee8a4eed.tar.gz gentoo-2-0654f3e22f1c7ffc7193bad593af22bdee8a4eed.tar.bz2 gentoo-2-0654f3e22f1c7ffc7193bad593af22bdee8a4eed.zip |
fix wrong bug reference
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/tetex.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index 7de74b5cc172..e4a88eb5cc85 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.54 2007/12/11 10:56:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.55 2008/05/12 15:19:15 aballier Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -113,7 +113,7 @@ tetex_src_unpack() { tetex_src_compile() { - # filter -Os; bug #74307. + # filter -Os; bug #74708. filter-flags "-fstack-protector" "-Os" einfo "Building teTeX" |