diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-08-05 01:54:07 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-08-05 01:54:07 +0000 |
commit | 101291411cfc076a092f65b1e65d8ed4107c236f (patch) | |
tree | a602f847e1b68dfe8d1df06c1024e0da6c991f95 /eclass/gtk-sharp-component.eclass | |
parent | err, the dobin change was wrong (diff) | |
download | gentoo-2-101291411cfc076a092f65b1e65d8ed4107c236f.tar.gz gentoo-2-101291411cfc076a092f65b1e65d8ed4107c236f.tar.bz2 gentoo-2-101291411cfc076a092f65b1e65d8ed4107c236f.zip |
Restrict testing, see bug #92800.
Diffstat (limited to 'eclass/gtk-sharp-component.eclass')
-rw-r--r-- | eclass/gtk-sharp-component.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-component.eclass b/eclass/gtk-sharp-component.eclass index d5014a71691c..8fe548039984 100644 --- a/eclass/gtk-sharp-component.eclass +++ b/eclass/gtk-sharp-component.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.19 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-component.eclass,v 1.20 2005/08/05 01:54:07 latexer Exp $ # Author : Peter Johanson <latexer@gentoo.org> # Based off of original work in gst-plugins.eclass by <foser@gentoo.org> @@ -12,6 +12,7 @@ LICENSE="LGPL-2" HOMEPAGE="http://gtk-sharp.sourceforge.net/" LICENSE="LGPL-2.1" +RESTRICT="test" ( [ "${PV}" == "1.9.3.1" ] || [ "${PV}" == "1.9.5" ] || [ "${PV:0:1}" == "2" ] ) \ && SOURCE_SERVER="http://www.go-mono.com/sources/gtk-sharp-2.0/" |