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

(-)orc-0.4.17.ebuild (-8 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild,v 1.1 2013/04/29 13:49:11 tetromino Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.17.ebuild,v 1.1 2013/04/29 13:49:11 tetromino Exp $
4
4
5
EAPI="5"
5
EAPI="5"
6
inherit autotools eutils flag-o-matic
6
inherit autotools eutils flag-o-matic autotools-multilib
7
7
8
DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
8
DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations"
9
HOMEPAGE="http://code.entropywave.com/projects/orc/"
9
HOMEPAGE="http://code.entropywave.com/projects/orc/"
Lines 32-42 Link Here
32
	# the same for Intel/Darwin, although the error message there is different
32
	# the same for Intel/Darwin, although the error message there is different
33
	# but along the same lines
33
	# but along the same lines
34
	[[ ${CHOST} == *-darwin* ]] && filter-flags -O*
34
	[[ ${CHOST} == *-darwin* ]] && filter-flags -O*
35
	econf \
35
	autotools-multilib_src_configure
36
		$(use_enable static-libs static)
37
}
38
39
src_install() {
40
	default
41
	prune_libtool_files
42
}
36
}

Return to bug 479936