diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2012-05-21 03:20:16 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2012-05-21 03:20:47 +1000 |
| commit | 8b593225ae34ad7b8a912f3224516fd47f645e3b (patch) | |
| tree | f101ac625ccc1d9c098e459e074802a83e2dfb88 /eclass | |
| parent | 06c9e806c9c2b170ba2208a7eda3f77f443e1df2 (diff) | |
| download | kde-8b593225ae34ad7b8a912f3224516fd47f645e3b.tar.gz kde-8b593225ae34ad7b8a912f3224516fd47f645e3b.tar.bz2 kde-8b593225ae34ad7b8a912f3224516fd47f645e3b.zip | |
[eclass] Enable tests for live ebuilds when I_KNOW_WHAT_I_AM_DOING is set.
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index f66b905a3fd..64285761507 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.110 2011/10/29 15:07:16 abcd Exp $ +# $Header: $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -166,8 +166,8 @@ case ${KDEBASE} in kde-base) HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" - if [[ $BUILD_TYPE = live ]]; then - # Disable tests for live ebuilds + if [[ ${BUILD_TYPE} = live && -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then + # Disable tests for live ebuilds by default RESTRICT+=" test" fi |
