summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2010-01-06 00:45:29 +0000
committerMike Auty <ikelos@gentoo.org>2010-01-06 00:45:29 +0000
commit37dcd61d93340fab9bea434556c3ee8f52fe187a (patch)
tree620f9a15342108cfdce507752d3e866d19cb5276 /dev-util/bless/bless-0.6.0-r1.ebuild
parentInitial commit. (diff)
downloadgentoo-2-37dcd61d93340fab9bea434556c3ee8f52fe187a.tar.gz
gentoo-2-37dcd61d93340fab9bea434556c3ee8f52fe187a.tar.bz2
gentoo-2-37dcd61d93340fab9bea434556c3ee8f52fe187a.zip
RESTRICT test in ebuilds, see bug 278162.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-util/bless/bless-0.6.0-r1.ebuild')
-rw-r--r--dev-util/bless/bless-0.6.0-r1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/bless/bless-0.6.0-r1.ebuild b/dev-util/bless/bless-0.6.0-r1.ebuild
index c1ca21df71ba..efd66a3ce3d4 100644
--- a/dev-util/bless/bless-0.6.0-r1.ebuild
+++ b/dev-util/bless/bless-0.6.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.2 2009/12/13 17:01:20 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.3 2010/01/06 00:45:29 ikelos Exp $
EAPI=2
@@ -25,6 +25,10 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
+# See bug 278162
+# Waiting on nunit ebuild entering the tree
+RESTRICT="test"
+
pkg_setup() {
G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug) --docdir=/usr/share/doc/${PF}"