Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hd_brummy 08/12/14 16:56:37
Modified: vdr-mount-0.0.2.ebuild ChangeLog
Log:
add build-params -j1, fails to build with parallel make; thx to Flameeyes@g.o on #247800
(Portage version: 2.1.4.5)
Revision Changes Path
1.3 media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?r1=1.2&r2=1.3
Index: vdr-mount-0.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-mount-0.0.2.ebuild 13 Apr 2008 18:58:36 -0000 1.2
+++ vdr-mount-0.0.2.ebuild 14 Dec 2008 16:56:37 -0000 1.3
@@ -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 @@
IUSE=""
DEPEND=">=media-video/vdr-1.2.6"
+
+BUILD_PARAMS="-j1"
\ No newline at end of file
1.3 media-plugins/vdr-mount/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-mount/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 13 Apr 2008 18:58:36 -0000 1.2
+++ ChangeLog 14 Dec 2008 16:56:37 -0000 1.3
@@ -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@g.o>
+ 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@g.o>
vdr-mount-0.0.2.ebuild:
|
|