summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-06-05 14:37:23 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-06-05 14:37:23 +0000
commit7f03ed1bf5b8e7601025ff7677e5f79053fe03de (patch)
tree57501af735d85e7027e26a03ada7f4714c873413 /dev-cpp
parentAdd missing build dep app-arch/unzip. #371501 (diff)
downloadgentoo-2-7f03ed1bf5b8e7601025ff7677e5f79053fe03de.tar.gz
gentoo-2-7f03ed1bf5b8e7601025ff7677e5f79053fe03de.tar.bz2
gentoo-2-7f03ed1bf5b8e7601025ff7677e5f79053fe03de.zip
restricting test for stabilization wrt #412675
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/tbb/ChangeLog5
-rw-r--r--dev-cpp/tbb/tbb-4.0.297.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog
index 0c7f65f03f0d..81606defc177 100644
--- a/dev-cpp/tbb/ChangeLog
+++ b/dev-cpp/tbb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/tbb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.21 2012/06/04 21:10:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.22 2012/06/05 14:37:23 hasufell Exp $
+
+ 05 Jun 2012; Julian Ospald <hasufell@gentoo.org> tbb-4.0.297.ebuild:
+ restricting test for stabilization wrt #412675
04 Jun 2012; Julian Ospald <hasufell@gentoo.org> tbb-4.0.297.ebuild:
remove flag-o-matic stuff, cause we already patch underlinking
diff --git a/dev-cpp/tbb/tbb-4.0.297.ebuild b/dev-cpp/tbb/tbb-4.0.297.ebuild
index 753aca8302a8..257fc2f1ca24 100644
--- a/dev-cpp/tbb/tbb-4.0.297.ebuild
+++ b/dev-cpp/tbb/tbb-4.0.297.ebuild
@@ -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/dev-cpp/tbb/tbb-4.0.297.ebuild,v 1.6 2012/06/04 21:10:06 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.0.297.ebuild,v 1.7 2012/06/05 14:37:23 hasufell Exp $
EAPI=4
inherit eutils multilib versionator toolchain-funcs
@@ -24,6 +24,10 @@ LICENSE="GPL-2-with-exceptions"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="debug doc examples"
+# FIXME
+# https://bugs.gentoo.org/show_bug.cgi?id=412675#c10
+# restricting test for stabilization
+RESTRICT="test"
DEPEND=""
RDEPEND="${DEPEND}"