diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2008-12-14 16:56:37 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2008-12-14 16:56:37 +0000 |
commit | a2bbbdb8b91823a5e73fbb7f2e7b61d586d1466c (patch) | |
tree | 10411a0acec1af1ca5e30a35ecdd624f428b15c4 /media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild | |
parent | arm/ia64/sh/x86 stable wrt #249695 (diff) | |
download | historical-a2bbbdb8b91823a5e73fbb7f2e7b61d586d1466c.tar.gz historical-a2bbbdb8b91823a5e73fbb7f2e7b61d586d1466c.tar.bz2 historical-a2bbbdb8b91823a5e73fbb7f2e7b61d586d1466c.zip |
add build-params -j1, fails to build with parallel make; thx to Flameeyes@g.o on #247800
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild')
-rw-r--r-- | media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |