Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134063 | Differences between
and this patch

Collapse All | Expand All

(-)gsl-1.8.ebuild (-1 / +8 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.8.ebuild,v 1.1 2006/04/11 15:02:48 george Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.8.ebuild,v 1.1 2006/04/11 15:02:48 george Exp $
4
4
5
inherit flag-o-matic
5
inherit eutils flag-o-matic autotools
6
6
7
DESCRIPTION="The GNU Scientific Library"
7
DESCRIPTION="The GNU Scientific Library"
8
HOMEPAGE="http://www.gnu.org/software/gsl/"
8
HOMEPAGE="http://www.gnu.org/software/gsl/"
Lines 15-20 Link Here
15
15
16
DEPEND="virtual/libc"
16
DEPEND="virtual/libc"
17
17
18
src_unpack() {
19
	unpack ${A}
20
	cd "${S}"
21
	epatch ${FILESDIR}/gsl-1.6-deps.diff
22
	eautoreconf
23
}
24
18
src_compile() {
25
src_compile() {
19
	replace-cpu-flags k6 k6-2 k6-3 i586
26
	replace-cpu-flags k6 k6-2 k6-3 i586
20
	filter-flags -ffast-math
27
	filter-flags -ffast-math

Return to bug 134063