diff options
author | 2010-08-28 19:24:42 +0000 | |
---|---|---|
committer | 2010-08-28 19:24:42 +0000 | |
commit | 5909d61e2c162459a14658ec94f7fd714530e01c (patch) | |
tree | d00bd9a4f6ddbea0b0f104a490a5cabce415a7d7 /sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild | |
parent | ia64/s390/sh/sparc stable wrt #327689 (diff) | |
download | gentoo-2-5909d61e2c162459a14658ec94f7fd714530e01c.tar.gz gentoo-2-5909d61e2c162459a14658ec94f7fd714530e01c.tar.bz2 gentoo-2-5909d61e2c162459a14658ec94f7fd714530e01c.zip |
Restrict tests per bug #335027
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild')
-rw-r--r-- | sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild b/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild index 80bdff84b53f..dff3d959f28a 100644 --- a/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild +++ b/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild,v 1.1 2010/06/05 11:20:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild,v 1.2 2010/08/28 19:24:42 hwoarang Exp $ EAPI=2 @@ -17,6 +17,8 @@ DEPEND="dev-libs/libzip sys-fs/fuse" RDEPEND="${DEPEND}" +RESTRICT="test" + src_prepare() { # Fix strip than installing fuse-zip sed -i -e 's/install -m 755 -s/install -m 755/' Makefile || die "sed failed" |