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

Collapse All | Expand All

(-)orbit-2.14.17.ebuild.old (-2 / +5 lines)
Lines 4-10 Link Here
4
4
5
GCONF_DEBUG="no"
5
GCONF_DEBUG="no"
6
6
7
inherit gnome2
7
inherit gnome2 toolchain-funcs
8
8
9
MY_P="ORBit2-${PV}"
9
MY_P="ORBit2-${PV}"
10
PVP=(${PV//[-\._]/ })
10
PVP=(${PV//[-\._]/ })
Lines 34-40 Link Here
34
	# for more information.  Please don't remove -- 8/18/06
34
	# for more information.  Please don't remove -- 8/18/06
35
	unset IDL_DIR
35
	unset IDL_DIR
36
36
37
	gnome2_src_compile
37
	myconf=""
38
	tc-is-cross-compiler && myconf="--with-idl-compiler=/usr/bin/orbit-idl-2";
39
	econf ${myconf}
40
	emake
38
}
41
}
39
42
40
src_test() {
43
src_test() {

Return to bug 262741