From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1E935138010 for ; Tue, 30 Oct 2012 21:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E853821C09C; Tue, 30 Oct 2012 21:00:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 474FC21C09C for ; Tue, 30 Oct 2012 21:00:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C08E33D79A for ; Tue, 30 Oct 2012 21:00:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 24A6521600; Tue, 30 Oct 2012 21:00:30 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-9999-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libreoffice-9999-r2.ebuild ChangeLog X-VCS-Directories: app-office/libreoffice X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121030210030.24A6521600@flycatcher.gentoo.org> Date: Tue, 30 Oct 2012 21:00:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d702833b-9eed-4098-b387-afa9e8acc7fa X-Archives-Hash: 9d1f941fbb12de4f08dd0999d992d19b scarabeus 12/10/30 21:00:30 Modified: libreoffice-9999-r2.ebuild ChangeLog Log: Use new switch for paralel jobs count. Solves quite few bugs we had on gentoo about insane amounts of gcc threads. (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.122 app-office/libreoffice/libreoffice-9999-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.122&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.122&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?r1=1.121&r2=1.122 Index: libreoffice-9999-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- libreoffice-9999-r2.ebuild 29 Oct 2012 10:21:24 -0000 1.121 +++ libreoffice-9999-r2.ebuild 30 Oct 2012 21:00:29 -0000 1.122 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.121 2012/10/29 10:21:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.122 2012/10/30 21:00:29 scarabeus Exp $ EAPI=4 @@ -443,7 +443,6 @@ # promote it # --disable-zenity: disable build icon # --enable-extension-integration: enable any extension integration support - # --with-{max-jobs,num-cpus}: ensuring parallel building # --without-{afms,fonts,myspell-dicts,ppsd}: prevent install of sys pkgs # --without-stlport: disable deprecated extensions framework # --disable-ext-report-builder: too much java packages pulled in @@ -487,8 +486,7 @@ --with-external-thes-dir="${EPREFIX}/usr/share/myspell" \ --with-external-tar="${DISTDIR}" \ --with-lang="" \ - --with-max-jobs=${jbs} \ - --with-num-cpus=${jbs} \ + --with-parallelism=${jbs} \ --with-system-ucpp \ --with-unix-wrapper=libreoffice \ --with-vendor="Gentoo Foundation" \ 1.383 app-office/libreoffice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.383&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.383&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.382&r2=1.383 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v retrieving revision 1.382 retrieving revision 1.383 diff -u -r1.382 -r1.383 --- ChangeLog 29 Oct 2012 10:21:24 -0000 1.382 +++ ChangeLog 30 Oct 2012 21:00:29 -0000 1.383 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.382 2012/10/29 10:21:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.383 2012/10/30 21:00:29 scarabeus Exp $ + + 30 Oct 2012; Tomáš Chvátal libreoffice-9999-r2.ebuild: + Use new switch for paralel jobs count. Solves quite few bugs we had on gentoo + about insane amounts of gcc threads. 29 Oct 2012; Tomáš Chvátal libreoffice-9999-r2.ebuild: So long saxon.