summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2014-08-07 06:41:00 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2014-08-07 06:41:00 +0000
commite23445939d1dfdb57127a72cb1d70c83056f246a (patch)
tree2336ea0a08be500b2e38cde422e097b1207fb3d7 /sci-electronics/voacapl/voacapl-0.6.4.ebuild
parentMake dev-util/boost-build dependency less strict (diff)
downloadhistorical-e23445939d1dfdb57127a72cb1d70c83056f246a.tar.gz
historical-e23445939d1dfdb57127a72cb1d70c83056f246a.tar.bz2
historical-e23445939d1dfdb57127a72cb1d70c83056f246a.zip
Fix parallel build (bug 513766). Remove old. Thanks patrick
Package-Manager: portage-2.2.11-r1/cvs/Linux x86_64 Manifest-Sign-Key: 0x762053D5
Diffstat (limited to 'sci-electronics/voacapl/voacapl-0.6.4.ebuild')
-rw-r--r--sci-electronics/voacapl/voacapl-0.6.4.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-electronics/voacapl/voacapl-0.6.4.ebuild b/sci-electronics/voacapl/voacapl-0.6.4.ebuild
index c243c49426d8..6170c1417698 100644
--- a/sci-electronics/voacapl/voacapl-0.6.4.ebuild
+++ b/sci-electronics/voacapl/voacapl-0.6.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/sci-electronics/voacapl/voacapl-0.6.4.ebuild,v 1.1 2014/02/02 13:20:13 tomjbe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/voacapl/voacapl-0.6.4.ebuild,v 1.2 2014/08/07 06:40:47 tomjbe Exp $
EAPI="4"
@@ -17,6 +17,11 @@ IUSE=""
RESTRICT="mirror bindist"
+src_compile() {
+ # bug 513766
+ emake -j1 DESTDIR="${D}"
+}
+
src_install() {
emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install
}