diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-24 10:01:27 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-24 10:01:27 +0000 |
commit | b2100a30e558fd6bd36dfad5334a83a156bdbcd3 (patch) | |
tree | 9c5291fdf4dfc3394d85218e3f139430a6c40d75 /app-shells | |
parent | cleaned up people's crap they leave in package.mask (diff) | |
download | historical-b2100a30e558fd6bd36dfad5334a83a156bdbcd3.tar.gz historical-b2100a30e558fd6bd36dfad5334a83a156bdbcd3.tar.bz2 historical-b2100a30e558fd6bd36dfad5334a83a156bdbcd3.zip |
disabled make check because it violates the sandbox
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.0.6.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index c8cc0dda690b..983096412952 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-shells/zsh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.8 2002/08/19 12:46:27 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.9 2002/08/24 10:01:27 cybersystem Exp $ + +*zsh-4.0.6 (24 Aug 2002) + + 24 Aug 2002; Sascha Schwabbauer <cybersystem@gentoo.org> zsh-4.0.6.ebuild : + + Disabled make check because it violates the sandbox. *zsh-4.0.6 (19 Aug 2002) diff --git a/app-shells/zsh/zsh-4.0.6.ebuild b/app-shells/zsh/zsh-4.0.6.ebuild index 3172e6f1828f..3bb3d4e766f5 100644 --- a/app-shells/zsh/zsh-4.0.6.ebuild +++ b/app-shells/zsh/zsh-4.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6.ebuild,v 1.3 2002/08/23 04:13:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.6.ebuild,v 1.4 2002/08/24 10:01:27 cybersystem Exp $ DESCRIPTION="UNIX Shell similar to the Korn shell" SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.gz" @@ -25,7 +25,7 @@ src_compile() { --enable-function-subdirs || die "configure failed" # emake still b0rks make || die "make failed" - make check || die "make check failed" + #make check || die "make check failed" } src_install() { |