diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:29:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 03:29:29 +0000 |
commit | 54288f356db3de3aa3c54253a35b6a75e72ceda1 (patch) | |
tree | cb3a13e59429353fe215229021c1c5dfb1f50ce8 /games-puzzle/pathological | |
parent | old (diff) | |
download | gentoo-2-54288f356db3de3aa3c54253a35b6a75e72ceda1.tar.gz gentoo-2-54288f356db3de3aa3c54253a35b6a75e72ceda1.tar.bz2 gentoo-2-54288f356db3de3aa3c54253a35b6a75e72ceda1.zip |
call epatch once
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/pathological')
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild b/games-puzzle/pathological/pathological-1.1.3-r2.ebuild index 701b1d52ce62..b4caf9baee0a 100644 --- a/games-puzzle/pathological/pathological-1.1.3-r2.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.7 2008/06/25 18:56:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3-r2.ebuild,v 1.8 2008/06/26 03:29:29 mr_bones_ Exp $ inherit eutils games @@ -21,8 +21,9 @@ src_unpack() { cd "${S}" unpack ./${PN}.6.gz - epatch "${FILESDIR}"/${P}-build.patch - epatch "${FILESDIR}"/${P}-music-py.patch + epatch \ + "${FILESDIR}"/${P}-build.patch \ + "${FILESDIR}"/${P}-music-py.patch if use doc ; then sed -i \ |