Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/zsnes: zsnes-1.51-r1.ebuild
Date: Thu, 28 Feb 2008 07:43:27
Message-Id: E1JUdQK-00015g-M8@stork.gentoo.org
1 mr_bones_ 08/02/28 07:43:24
2
3 Modified: zsnes-1.51-r1.ebuild
4 Log:
5 make sure parallel make works
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 games-emulation/zsnes/zsnes-1.51-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: zsnes-1.51-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- zsnes-1.51-r1.ebuild 4 Dec 2007 05:08:45 -0000 1.4
22 +++ zsnes-1.51-r1.ebuild 28 Feb 2008 07:43:24 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild,v 1.4 2007/12/04 05:08:45 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r1.ebuild,v 1.5 2008/02/28 07:43:24 mr_bones_ Exp $
28
29 inherit eutils autotools flag-o-matic toolchain-funcs games
30
31 @@ -67,6 +67,7 @@
32 --enable-release \
33 ${myconf} \
34 || die
35 + emake makefile.dep || die "emake failed"
36 emake || die "emake failed"
37 }
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list