summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-08 16:13:19 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-08 16:13:19 +0000
commit9632d6df405c0f04401fc04623fe8c8e146a062c (patch)
tree954f4ed05fd833a83161b3c32be0b9be1c9fd866 /dev-db
parentRemove Perl 5.16 as provider (diff)
downloadgentoo-2-9632d6df405c0f04401fc04623fe8c8e146a062c.tar.gz
gentoo-2-9632d6df405c0f04401fc04623fe8c8e146a062c.tar.bz2
gentoo-2-9632d6df405c0f04401fc04623fe8c8e146a062c.zip
Fix bug 528576. Force serial compilation.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgis/ChangeLog5
-rw-r--r--dev-db/postgis/postgis-2.1.4.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-db/postgis/ChangeLog b/dev-db/postgis/ChangeLog
index 6bbb0446b8cb..af373cde894b 100644
--- a/dev-db/postgis/ChangeLog
+++ b/dev-db/postgis/ChangeLog
@@ -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 <titanofold@gentoo.org> postgis-2.1.4.ebuild:
+ Fix bug 528576. Force serial compilation.
08 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> postgis-2.0.6.ebuild,
postgis-2.1.4.ebuild:
diff --git a/dev-db/postgis/postgis-2.1.4.ebuild b/dev-db/postgis/postgis-2.1.4.ebuild
index 4e3924cdba5f..2b70449306e3 100644
--- a/dev-db/postgis/postgis-2.1.4.ebuild
+++ b/dev-db/postgis/postgis-2.1.4.ebuild
@@ -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 @@ REQUIRED_USE="test? ( doc )"
# 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.