diff options
Diffstat (limited to 'dev-util/bless/bless-0.5.2.ebuild')
-rw-r--r-- | dev-util/bless/bless-0.5.2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/bless/bless-0.5.2.ebuild b/dev-util/bless/bless-0.5.2.ebuild index 74d9aa47c65a..16a0cc2466b1 100644 --- a/dev-util/bless/bless-0.5.2.ebuild +++ b/dev-util/bless/bless-0.5.2.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.5.2.ebuild,v 1.4 2009/01/05 17:23:13 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.5 2010/01/06 00:45:29 ikelos Exp $ inherit autotools eutils gnome2 mono @@ -23,6 +23,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)" |