summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2008-12-14 16:56:37 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2008-12-14 16:56:37 +0000
commite83377516f87c7c46ad6cfd88575efdf61cb9b64 (patch)
tree3013e81be8dcbcfd88c91186417dd6d7566ecb2d /media-plugins/vdr-mount
parentarm/ia64/sh/x86 stable wrt #249695 (diff)
downloadgentoo-2-e83377516f87c7c46ad6cfd88575efdf61cb9b64.tar.gz
gentoo-2-e83377516f87c7c46ad6cfd88575efdf61cb9b64.tar.bz2
gentoo-2-e83377516f87c7c46ad6cfd88575efdf61cb9b64.zip
add build-params -j1, fails to build with parallel make; thx to Flameeyes@g.o on #247800
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-plugins/vdr-mount')
-rw-r--r--media-plugins/vdr-mount/ChangeLog7
-rw-r--r--media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild4
2 files changed, 9 insertions, 2 deletions
diff --git a/media-plugins/vdr-mount/ChangeLog b/media-plugins/vdr-mount/ChangeLog
index 48d71dad389f..679f3aef08e9 100644
--- a/media-plugins/vdr-mount/ChangeLog
+++ b/media-plugins/vdr-mount/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-mount
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.2 2008/04/13 18:58:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.3 2008/12/14 16:56:37 hd_brummy Exp $
+
+ 14 Dec 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-mount-0.0.2.ebuild:
+ add build-params -j1, fails to build with parallel make; thx to
+ Flameeyes@g.o on #247800
13 Apr 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-mount-0.0.2.ebuild:
diff --git a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
index 0ca07324e54a..cb7fe5c44743 100644
--- a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
+++ b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.2 2008/04/13 18:58:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.3 2008/12/14 16:56:37 hd_brummy Exp $
inherit vdr-plugin
@@ -14,3 +14,5 @@ LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-1.2.6"
+
+BUILD_PARAMS="-j1" \ No newline at end of file