tupone      15/01/07 14:01:27

  Modified:             ChangeLog tuxpuck-0.8.2-r1.ebuild
  Log:
  Fix parallel make
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  Changes    Path
1.17                 games-arcade/tuxpuck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxpuck/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   5 Jan 2015 20:18:16 -0000       1.16
+++ ChangeLog   7 Jan 2015 14:01:27 -0000       1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/tuxpuck
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxpuck/ChangeLog,v 1.16 
2015/01/05 20:18:16 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxpuck/ChangeLog,v 1.17 
2015/01/07 14:01:27 tupone Exp $
+
+  07 Jan 2015; Tupone Alfredo <[email protected]> tuxpuck-0.8.2-r1.ebuild,
+  +files/tuxpuck-0.8.2-parallel.patch:
+  Fix parallel make
 
   05 Jan 2015; Tupone Alfredo <[email protected]> tuxpuck-0.8.2-r1.ebuild:
   EAPI 5



1.10                 games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild?r1=1.9&r2=1.10

Index: tuxpuck-0.8.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tuxpuck-0.8.2-r1.ebuild     5 Jan 2015 20:18:16 -0000       1.9
+++ tuxpuck-0.8.2-r1.ebuild     7 Jan 2015 14:01:27 -0000       1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild,v 1.9 
2015/01/05 20:18:16 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/tuxpuck/tuxpuck-0.8.2-r1.ebuild,v 1.10 
2015/01/07 14:01:27 tupone Exp $
 
 EAPI=5
 inherit eutils games
@@ -35,13 +35,13 @@
                data/Makefile \
                || die "sed failed"
        epatch "${FILESDIR}"/${P}-ldflags.patch \
-               "${FILESDIR}"/${P}-png15.patch
+               "${FILESDIR}"/${P}-png15.patch \
+               "${FILESDIR}"/${P}-parallel.patch
 }
 
 src_compile() {
        emake -C utils
-       # Note that the Makefiles for tuxpuck are buggy so -j1 is used.
-       emake -j1 -C data
+       emake -C data
        emake
 }
 




Reply via email to