diff options
Diffstat (limited to 'sys-power/iasl/iasl-20090123.ebuild')
-rw-r--r-- | sys-power/iasl/iasl-20090123.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-power/iasl/iasl-20090123.ebuild b/sys-power/iasl/iasl-20090123.ebuild index 55dea828a50c..99d0595ac317 100644 --- a/sys-power/iasl/iasl-20090123.ebuild +++ b/sys-power/iasl/iasl-20090123.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.7 2011/09/30 16:56:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.8 2011/12/25 22:45:59 robbat2 Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -24,8 +24,7 @@ RDEPEND="" S=${WORKDIR}/${MY_P} pkg_setup() { - if use test - then + if use test && has test ${FEATURES}; then ewarn 'You have selected USE="test". This will install the test results' ewarn "into /usr/share/${PF}/, compressed as a tarball." ewarn 'The tests themselves will only rarely die, but the test results' @@ -82,7 +81,7 @@ src_install() { dobin "${T}"/${bin} done dodoc README changes.txt - if use test ; then + if use test && has test ${FEATURES}; then tb="${T}"/testresults.tar.bz2 export ASLTSDIR="$(<"${T}"/asltdir)" ebegin "Creating Test Tarball" |