--- iasl-20080514.ebuild.orig 2008-06-01 21:06:21.000000000 +0200 +++ iasl-20080514.ebuild.orig 2008-06-01 21:23:06.000000000 +0200 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="test" +IUSE="" DEPEND="sys-devel/bison sys-devel/flex" @@ -25,7 +25,7 @@ S=${WORKDIR}/${MY_P} pkg_setup() { - if use test + if [[ "${FEATURES}" =~ "test" ]] then ewarn 'You have selected USE="test". This will install the test results' ewarn "into /usr/share/${PF}/, compressed as a tarball." @@ -74,7 +74,7 @@ dobin "${T}"/${bin} done dodoc README changes.txt - if use test + if [[ "${FEATURES}" =~ "test" ]] then cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed" ebegin "Creating Test Tarball"