--- orbit-2.14.17.ebuild.old 2009-03-17 00:55:31.000000000 +0200 +++ orbit-2.14.17.ebuild 2009-03-17 00:44:20.000000000 +0200 @@ -4,7 +4,7 @@ GCONF_DEBUG="no" -inherit gnome2 +inherit gnome2 toolchain-funcs MY_P="ORBit2-${PV}" PVP=(${PV//[-\._]/ }) @@ -34,7 +34,10 @@ # for more information. Please don't remove -- 8/18/06 unset IDL_DIR - gnome2_src_compile + myconf="" + tc-is-cross-compiler && myconf="--with-idl-compiler=/usr/bin/orbit-idl-2"; + econf ${myconf} + emake } src_test() {