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

(-)libgcrypt-1.4.4.ebuild (+1 lines)
Lines 19-24 Link Here
19
19
20
pkg_setup() {
20
pkg_setup() {
21
	[[ $(tc-arch) == x86 && $(gcc-version) == 4.1 ]] && replace-flags -O3 -O2
21
	[[ $(tc-arch) == x86 && $(gcc-version) == 4.1 ]] && replace-flags -O3 -O2
22
	[[ $(tc-arch) == amd64 && $(gcc-version) == 4.1 ]] && replace-flags -O3 -O2
22
}
23
}
23
24
24
src_compile() {
25
src_compile() {

Return to bug 263589