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 | |
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')
-rw-r--r-- | sys-fs/fuse-zip/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/fuse-zip/fuse-zip-0.2.12.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/fuse-zip/ChangeLog b/sys-fs/fuse-zip/ChangeLog index e8fd6fb9ddab..5dd3f188f4a5 100644 --- a/sys-fs/fuse-zip/ChangeLog +++ b/sys-fs/fuse-zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/fuse-zip # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/ChangeLog,v 1.1 2010/06/05 11:20:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/ChangeLog,v 1.2 2010/08/28 19:24:42 hwoarang Exp $ + + 28 Aug 2010; Markos Chandras <hwoarang@gentoo.org> fuse-zip-0.2.12.ebuild: + Restrict tests per bug #335027 *fuse-zip-0.2.12 (05 Jun 2010) 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" |