diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-13 15:00:38 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-13 15:00:38 +0000 |
commit | a75ab46d35b5db9b104d94354ed4f782a8849f43 (patch) | |
tree | 67aede5d42aff9511b8b4a67f7f9cc4178b67e48 /app-emulation/zsnes | |
parent | important fixes: ebuilds must use eclasses or not use them; they can't use them (diff) | |
download | historical-a75ab46d35b5db9b104d94354ed4f782a8849f43.tar.gz historical-a75ab46d35b5db9b104d94354ed4f782a8849f43.tar.bz2 historical-a75ab46d35b5db9b104d94354ed4f782a8849f43.zip |
minor ebuild fixage
Diffstat (limited to 'app-emulation/zsnes')
-rw-r--r-- | app-emulation/zsnes/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/zsnes/zsnes-1.35-r1.ebuild | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/zsnes/ChangeLog b/app-emulation/zsnes/ChangeLog index 9967503d73d7..d4f55dbc2eb4 100644 --- a/app-emulation/zsnes/ChangeLog +++ b/app-emulation/zsnes/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-emulation/zsnes # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/ChangeLog,v 1.6 2002/07/08 21:49:09 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/zsnes/ChangeLog,v 1.7 2002/07/13 15:00:38 lostlogic Exp $ *zsnes-1.35-r1 (08 Jul 2002) + 11 Jul 2002; Brandon Low <lostlogic@gentoo.org> zsnes-1.35-r1.ebuild : + + Just fix the ebuild to die if patching fails. + 08 Jul 2002; Phil Bordelon <sunflare@gentoo.org> zsnes-1.35-r1.ebuild zsnes-1.337-r2.ebuild : There are a number of problems with raw ZSNES 1.35. Thomas Weidner diff --git a/app-emulation/zsnes/zsnes-1.35-r1.ebuild b/app-emulation/zsnes/zsnes-1.35-r1.ebuild index 249d1db21b52..2e658f0559f8 100644 --- a/app-emulation/zsnes/zsnes-1.35-r1.ebuild +++ b/app-emulation/zsnes/zsnes-1.35-r1.ebuild @@ -21,7 +21,7 @@ DEPEND="${RDEPEND} src_compile() { - patch -p1 < ${FILESDIR}/${P}-cvs.patch + patch -p1 < ${FILESDIR}/${P}-cvs.patch || die "CVS patch failed" cd ${S}/src use opengl || myconf="--without-opengl" ./configure --prefix=/usr --host=${CHOST} $myconf || die |