--- cmake-2.8.1-r2.ebuild 2010-08-03 13:56:36.000000000 +0200 +++ cmake-2.8.1-r3.ebuild 2010-08-03 13:58:13.000000000 +0200 @@ -82,6 +82,11 @@ cmake --version &> /dev/null || bootstrap=1 fi + # The OutDir Test requires the latest cmake to run: + if use test ; then + bootstrap=1 + fi + if [[ ${bootstrap} = 1 ]]; then local qt_arg par_arg tc-export CC CXX LD