diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-03 17:52:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-03 17:52:56 +0000 |
commit | a51f015db896600b53f33c89f7b41b339da27dde (patch) | |
tree | 6db8cd6c2272d9c7dbbe44731af62e057d621a48 /games-arcade/xjump | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-a51f015db896600b53f33c89f7b41b339da27dde.tar.gz gentoo-2-a51f015db896600b53f33c89f7b41b339da27dde.tar.bz2 gentoo-2-a51f015db896600b53f33c89f7b41b339da27dde.zip |
work around problem with passing wildcards into epatch (bug #121418)
(Portage version: 2.0.54)
Diffstat (limited to 'games-arcade/xjump')
-rw-r--r-- | games-arcade/xjump/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/xjump/xjump-2.7.5.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-arcade/xjump/ChangeLog b/games-arcade/xjump/ChangeLog index 978a33ff30b1..fc91ef3dac05 100644 --- a/games-arcade/xjump/ChangeLog +++ b/games-arcade/xjump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/xjump # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.5 2006/01/13 22:01:57 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.6 2006/02/03 17:52:56 mr_bones_ Exp $ + + 03 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> xjump-2.7.5.ebuild: + work around problem with passing wildcards into epatch (bug #121418) 13 Jan 2006; Stefan Schweizer <genstef@gentoo.org> xjump-2.7.5.ebuild: Add modular depends diff --git a/games-arcade/xjump/xjump-2.7.5.ebuild b/games-arcade/xjump/xjump-2.7.5.ebuild index e5e2a8f72f4c..2e1a5aec34ed 100644 --- a/games-arcade/xjump/xjump-2.7.5.ebuild +++ b/games-arcade/xjump/xjump-2.7.5.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/xjump/xjump-2.7.5.ebuild,v 1.6 2006/01/14 03:25:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.7 2006/02/03 17:52:56 mr_bones_ Exp $ inherit eutils games @@ -45,9 +45,8 @@ src_unpack() { HISCORE_FILENAME=xjump.hiscores HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}" - epatch \ - "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" \ - "${S}/debian/patches/"*.dpatch + epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff" + epatch "${S}/debian/patches/"*.dpatch # set up where we will keep the highscores file: sed -i \ |