titanofold    14/11/08 16:13:19

  Modified:             postgis-2.1.4.ebuild ChangeLog
  Log:
  Fix bug 528576. Force serial compilation.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  Changes    Path
1.3                  dev-db/postgis/postgis-2.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild?r1=1.2&r2=1.3

Index: postgis-2.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postgis-2.1.4.ebuild        8 Nov 2014 12:51:46 -0000       1.2
+++ postgis-2.1.4.ebuild        8 Nov 2014 16:13:19 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild,v 1.2 
2014/11/08 12:51:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.4.ebuild,v 1.3 
2014/11/08 16:13:19 titanofold Exp $
 
 EAPI="5"
 POSTGRES_COMPAT=( 9.{0,1,2,3,4} )
@@ -56,6 +56,8 @@
 # Needs a running psql instance, doesn't work out of the box
 RESTRICT="test"
 
+MAKEOPTS+=' -j1'
+
 # These modules are built using the same *FLAGS that were used to build
 # dev-db/postgresql. The right thing to do is to ignore the current
 # *FLAGS settings.



1.96                 dev-db/postgis/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/ChangeLog?rev=1.96&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/ChangeLog?rev=1.96&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/postgis/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   8 Nov 2014 12:51:46 -0000       1.95
+++ ChangeLog   8 Nov 2014 16:13:19 -0000       1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/postgis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.95 2014/11/08 
12:51:46 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.96 2014/11/08 
16:13:19 titanofold Exp $
+
+  08 Nov 2014; Aaron W. Swenson <titanof...@gentoo.org> postgis-2.1.4.ebuild:
+  Fix bug 528576. Force serial compilation.
 
   08 Nov 2014; Aaron W. Swenson <titanof...@gentoo.org> postgis-2.0.6.ebuild,
   postgis-2.1.4.ebuild:




Reply via email to