Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308909
Collapse All | Expand All

(-)ecls-10.4.1.ebuild.orig (-1 / +10 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.1 2010/04/12 11:53:52 grozin Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.4.1.ebuild,v 1.1 2010/04/12 11:53:52 grozin Exp $
4
4
5
EAPI=3
5
EAPI=3
6
inherit eutils multilib
6
inherit eutils multilib flag-o-matic
7
7
8
MY_P=ecl-${PV}
8
MY_P=ecl-${PV}
9
9
Lines 32-37 Link Here
32
		ewarn "USE flags gengc and precisegc are experimental"
32
		ewarn "USE flags gengc and precisegc are experimental"
33
		ewarn "Don't use them if you want a stable ecl"
33
		ewarn "Don't use them if you want a stable ecl"
34
	fi
34
	fi
35
36
	# ecls is allergic to the altivec instruction set found in ppc 
37
	# and most certainly ppc64 hardware.
38
	# the flags are appended as appropriate -mcpu and -mtune flags
39
	# turns altivec on.
40
	if use ppc ; then
41
		append-flags "-mno-altivec -mabi=no-altivec"
42
	fi
43
35
}
44
}
36
45
37
src_prepare() {
46
src_prepare() {

Return to bug 308909