summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-23 18:49:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-23 18:49:35 +0000
commitc32be419ecfab09ba5d78fd78a53e313a275a851 (patch)
treeea7cbd39d87c54782a01eb616278deba8a0187b1 /dev-ml/odns
parentNon maintainer update: Install it in a proper subdir not to pollute ocaml nam... (diff)
downloadgentoo-2-c32be419ecfab09ba5d78fd78a53e313a275a851.tar.gz
gentoo-2-c32be419ecfab09ba5d78fd78a53e313a275a851.tar.bz2
gentoo-2-c32be419ecfab09ba5d78fd78a53e313a275a851.zip
disable parallel build, bug #453434
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/odns')
-rw-r--r--dev-ml/odns/ChangeLog5
-rw-r--r--dev-ml/odns/odns-0.3.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-ml/odns/ChangeLog b/dev-ml/odns/ChangeLog
index 33fe1cc470a6..8c0bba9bc1fb 100644
--- a/dev-ml/odns/ChangeLog
+++ b/dev-ml/odns/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/odns
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.6 2013/03/10 10:54:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/ChangeLog,v 1.7 2013/07/23 18:49:35 aballier Exp $
+
+ 23 Jul 2013; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
+ disable parallel build, bug #453434
10 Mar 2013; Alexis Ballier <aballier@gentoo.org> odns-0.3.ebuild:
eapi5: define subslot, slot dep on ocaml, remove useless || die
diff --git a/dev-ml/odns/odns-0.3.ebuild b/dev-ml/odns/odns-0.3.ebuild
index 70fbad553347..ed18ec05df7d 100644
--- a/dev-ml/odns/odns-0.3.ebuild
+++ b/dev-ml/odns/odns-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.4 2013/03/10 10:54:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/odns/odns-0.3.ebuild,v 1.5 2013/07/23 18:49:35 aballier Exp $
EAPI=5
@@ -25,6 +25,10 @@ src_prepare() {
epatch "${FILESDIR}/${P}-parmake.patch"
}
+src_compile() {
+ emake -j1 #453434
+}
+
src_install() {
findlib_src_preinst
PREFIX="${D}/usr" emake install