diff options
author | 2011-01-19 16:54:16 +0000 | |
---|---|---|
committer | 2011-01-19 16:54:16 +0000 | |
commit | 0d96c2bd0cce45066622b95037ad52ad18f13d16 (patch) | |
tree | c48e1005db5dede90c1bb655b6d1e5378ec3e5c7 /net-misc/dahdi/dahdi-2.1.0.4.ebuild | |
parent | Version bump (diff) | |
download | historical-0d96c2bd0cce45066622b95037ad52ad18f13d16.tar.gz historical-0d96c2bd0cce45066622b95037ad52ad18f13d16.tar.bz2 historical-0d96c2bd0cce45066622b95037ad52ad18f13d16.zip |
The test-suite for this package is not appropriate for end-users to run (for one it takes ages!) and it is not built by default. Add RESTRICT=test to keep portage from trying to run it at all. Closes bug #352135 by Agostino "ago" Sarubbo.
Package-Manager: portage-2.1.9.33/cvs/Linux x86_64
Diffstat (limited to 'net-misc/dahdi/dahdi-2.1.0.4.ebuild')
-rw-r--r-- | net-misc/dahdi/dahdi-2.1.0.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/dahdi/dahdi-2.1.0.4.ebuild b/net-misc/dahdi/dahdi-2.1.0.4.ebuild index db4d97294045..89079dc436d0 100644 --- a/net-misc/dahdi/dahdi-2.1.0.4.ebuild +++ b/net-misc/dahdi/dahdi-2.1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/dahdi-2.1.0.4.ebuild,v 1.2 2010/05/18 14:28:06 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi/dahdi-2.1.0.4.ebuild,v 1.3 2011/01/19 16:54:16 chainsaw Exp $ inherit linux-mod eutils flag-o-matic @@ -20,6 +20,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="test" DEPEND="" RDEPEND="" |