diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-07-30 08:38:59 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-07-30 08:38:59 +0000 |
commit | b627893f69551aeb7c98881085b828607ed8bed1 (patch) | |
tree | 038b5dff717ea7da98bfd8ea8cd71afb97ed485c /dev-util/monodoc/monodoc-1.2.4.ebuild | |
parent | RDEPEND on eselect-opengl because, as a header package, we need to be correct... (diff) | |
download | gentoo-2-b627893f69551aeb7c98881085b828607ed8bed1.tar.gz gentoo-2-b627893f69551aeb7c98881085b828607ed8bed1.tar.bz2 gentoo-2-b627893f69551aeb7c98881085b828607ed8bed1.zip |
dev-util/monodoc-1.2.4 - added test restriction
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-util/monodoc/monodoc-1.2.4.ebuild')
-rw-r--r-- | dev-util/monodoc/monodoc-1.2.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/monodoc/monodoc-1.2.4.ebuild b/dev-util/monodoc/monodoc-1.2.4.ebuild index 8e64399c0401..c8e5bca8a885 100644 --- a/dev-util/monodoc/monodoc-1.2.4.ebuild +++ b/dev-util/monodoc/monodoc-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild,v 1.2 2007/07/27 22:33:02 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild,v 1.3 2007/07/30 08:38:59 jurek Exp $ inherit mono multilib @@ -19,6 +19,8 @@ DEPEND="${RDEPEND} app-arch/unzip" PDEPEND="X? ( >=dev-util/mono-tools-1.1.17 )" +RESTRICT="test" + # Parallel build unfriendly MAKEOPTS="${MAKEOPTS} -j1" |