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

(-)/usr/portage/dev-util/cmake/cmake-2.8.1-r2.ebuild.orig (-2 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
inherit elisp-common toolchain-funcs eutils versionator flag-o-matic base cmake-utils
7
inherit elisp-common toolchain-funcs eutils versionator flag-o-matic base cmake-utils pax-utils
8
8
9
MY_P="${PN}-$(replace_version_separator 3 - ${MY_PV})"
9
MY_P="${PN}-$(replace_version_separator 3 - ${MY_PV})"
10
10
Lines 134-140 Link Here
134
}
134
}
135
135
136
src_test() {
136
src_test() {
137
	emake test || die "Tests failed"
137
	if host-is-pax; then
138
		opts='ARGS=-E Assembler'
139
	fi
140
	emake test "${opts}" || die "Tests failed"
138
}
141
}
139
142
140
src_install() {
143
src_install() {

Return to bug 338627