diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-11-05 06:01:40 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-11-05 06:01:40 +0000 |
commit | 6ebf509d191d6b1d6a3aa81555f2fda68dc45f26 (patch) | |
tree | 8776701fcc34c0d44bc9154f95307ee222762213 /games-action | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-6ebf509d191d6b1d6a3aa81555f2fda68dc45f26.tar.gz gentoo-2-6ebf509d191d6b1d6a3aa81555f2fda68dc45f26.tar.bz2 gentoo-2-6ebf509d191d6b1d6a3aa81555f2fda68dc45f26.zip |
hiding loki_patch output isn't very helpful
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heavygear2/heavygear2-1.0b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/heavygear2/heavygear2-1.0b.ebuild b/games-action/heavygear2/heavygear2-1.0b.ebuild index 753f7fd6d568..c1975a12c913 100644 --- a/games-action/heavygear2/heavygear2-1.0b.ebuild +++ b/games-action/heavygear2/heavygear2-1.0b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.20 2009/09/28 22:56:34 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heavygear2/heavygear2-1.0b.ebuild,v 1.21 2009/11/05 06:01:40 nyhm Exp $ inherit eutils games @@ -59,7 +59,7 @@ src_install() { cd "${S}" loki_patch --verify patch.dat - loki_patch patch.dat "${Ddir}" >& /dev/null || die "patching" + loki_patch patch.dat "${Ddir}" || die "patching" # now, since these files are coming off a cd, the times/sizes/md5sums wont # be different ... that means portage will try to unmerge some files (!) |