diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2006-05-17 13:14:12 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2006-05-17 13:14:12 +0000 |
commit | 04c935338637086df1a0155882e59fc315fd0ef2 (patch) | |
tree | cf666179ea07a34e2d1a1af5d599d92c32693769 /sci-electronics/xcircuit/xcircuit-3.4.18.ebuild | |
parent | fix intltool dep. fixes #133559 (diff) | |
download | gentoo-2-04c935338637086df1a0155882e59fc315fd0ef2.tar.gz gentoo-2-04c935338637086df1a0155882e59fc315fd0ef2.tar.bz2 gentoo-2-04c935338637086df1a0155882e59fc315fd0ef2.zip |
Disabled tests for branches 3.4 and 3.6. See bug #131024.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'sci-electronics/xcircuit/xcircuit-3.4.18.ebuild')
-rw-r--r-- | sci-electronics/xcircuit/xcircuit-3.4.18.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild b/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild index 6e6d1e23d39f..942bdde5f078 100644 --- a/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild +++ b/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild,v 1.3 2006/03/23 21:40:18 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xcircuit/xcircuit-3.4.18.ebuild,v 1.4 2006/05/17 13:14:12 calchan Exp $ DESCRIPTION="Circuit drawing and schematic capture program." SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz" @@ -33,3 +33,9 @@ src_install () { doman ${D}/usr/lib/xcircuit-3.4/man/xcircuit.1 rm ${D}/usr/lib/xcircuit-3.4/man -rf } + +src_test () { + # See bug #131024 + true +} + |