diff options
author | 2006-11-23 20:28:02 +0000 | |
---|---|---|
committer | 2006-11-23 20:28:02 +0000 | |
commit | 1e95004b3122f2be22109d84afe24a84ba3221f3 (patch) | |
tree | 15a04c1d6f4206377bbe612ebe140e10e018c468 /games-arcade | |
parent | stable on amd64 (diff) | |
download | historical-1e95004b3122f2be22109d84afe24a84ba3221f3.tar.gz historical-1e95004b3122f2be22109d84afe24a84ba3221f3.tar.bz2 historical-1e95004b3122f2be22109d84afe24a84ba3221f3.zip |
actually apply the patch
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.ebuild b/games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.ebuild index a01dc254da85..612a265258ee 100644 --- a/games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.ebuild +++ b/games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.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/games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.ebuild,v 1.3 2006/09/23 11:41:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/rocksndiamonds/rocksndiamonds-3.2.2.ebuild,v 1.4 2006/11/23 20:28:02 nyhm Exp $ inherit flag-o-matic eutils games @@ -42,6 +42,7 @@ src_unpack() { rockslevels-dx-1.0.tar.gz # make it parallel-friendly. + epatch "${FILESDIR}"/${P}-parallel-build.patch sed -i \ -e 's:\$(MAKE_CMD):$(MAKE) -C $(SRC_DIR):' \ -e '/^MAKE/d' \ |