diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-20 05:36:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-20 05:36:52 +0000 |
commit | 7303a0a615c613e2d081144196819b3a0b3ea334 (patch) | |
tree | c7a5412ef82113ed8da2222aaeb16584cc3354c8 /games-board | |
parent | Version bump (bug #113553) and some cleanup. (diff) | |
download | gentoo-2-7303a0a615c613e2d081144196819b3a0b3ea334.tar.gz gentoo-2-7303a0a615c613e2d081144196819b3a0b3ea334.tar.bz2 gentoo-2-7303a0a615c613e2d081144196819b3a0b3ea334.zip |
needs eutils for epatch; tidy
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/gnuchess/gnuchess-5.07.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/gnuchess/gnuchess-5.07.ebuild b/games-board/gnuchess/gnuchess-5.07.ebuild index 76810e2f14ef..9f3c9522f8a1 100644 --- a/games-board/gnuchess/gnuchess-5.07.ebuild +++ b/games-board/gnuchess/gnuchess-5.07.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.07.ebuild,v 1.8 2005/12/20 04:46:26 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.07.ebuild,v 1.9 2005/12/20 05:36:52 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="Console based chess interface" HOMEPAGE="http://www.gnu.org/software/chess/chess.html" @@ -17,14 +17,14 @@ DEPEND="readline? ( sys-libs/readline )" src_unpack() { unpack ${A} - epatch ${FILESDIR}/gnuchess-gcc4.patch + epatch "${FILESDIR}"/gnuchess-gcc4.patch } src_compile() { egamesconf \ --disable-dependency-tracking \ $(use_with readline) \ - || die + || die emake || die "emake failed" } src_install () { |