From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SW9p5-0000oH-O0 for garchives@archives.gentoo.org; Sun, 20 May 2012 17:21:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B561E0802; Sun, 20 May 2012 17:21:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EDF6DE0802 for ; Sun, 20 May 2012 17:21:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A5391B4011 for ; Sun, 20 May 2012 17:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C5428E542A for ; Sun, 20 May 2012 17:21:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1337534447.8b593225ae34ad7b8a912f3224516fd47f645e3b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8b593225ae34ad7b8a912f3224516fd47f645e3b X-VCS-Branch: master Date: Sun, 20 May 2012 17:21:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 22165d72-834f-4bd4-b53f-d597d9ac02da X-Archives-Hash: 0ba14c167de5b5374e7206f8f39947dd commit: 8b593225ae34ad7b8a912f3224516fd47f645e3b Author: Michael Palimaka gentoo org> AuthorDate: Sun May 20 17:20:16 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Sun May 20 17:20:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D8b593225 [eclass] Enable tests for live ebuilds when I_KNOW_WHAT_I_AM_DOING is set= . --- 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 f66b905..6428576 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: $ =20 # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -166,8 +166,8 @@ case ${KDEBASE} in kde-base) HOMEPAGE=3D"http://www.kde.org/" LICENSE=3D"GPL-2" - if [[ $BUILD_TYPE =3D live ]]; then - # Disable tests for live ebuilds + if [[ ${BUILD_TYPE} =3D live && -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then + # Disable tests for live ebuilds by default RESTRICT+=3D" test" fi =20