diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-23 06:44:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-04-23 06:44:28 +0000 |
commit | 0a877e0719e1794940c0a44ed461245ea12585c1 (patch) | |
tree | 4d3c1eb07b7c21e6ae8b18fbc48f45ebf8b9f588 /games-board | |
parent | gmp-4.1.4-ppc64-asm-dots.patch does not apply on top of 4.2, but is also no l... (diff) | |
download | gentoo-2-0a877e0719e1794940c0a44ed461245ea12585c1.tar.gz gentoo-2-0a877e0719e1794940c0a44ed461245ea12585c1.tar.bz2 gentoo-2-0a877e0719e1794940c0a44ed461245ea12585c1.zip |
touch
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xboard/xboard-4.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/xboard/xboard-4.2.7.ebuild b/games-board/xboard/xboard-4.2.7.ebuild index 82deaab8ae91..ef7430088d0c 100644 --- a/games-board/xboard/xboard-4.2.7.ebuild +++ b/games-board/xboard/xboard-4.2.7.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-board/xboard/xboard-4.2.7.ebuild,v 1.8 2006/01/23 21:10:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7.ebuild,v 1.9 2006/04/23 06:44:28 mr_bones_ Exp $ inherit eutils games @@ -17,7 +17,7 @@ DEPEND="games-board/gnuchess" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/${PV}-default-program.patch" } |