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 44405138825 for ; Sat, 1 Nov 2014 16:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA29E0BD0; Sat, 1 Nov 2014 16:44:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D50BE0BD0 for ; Sat, 1 Nov 2014 16:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F32373401CA for ; Sat, 1 Nov 2014 16:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F8F89384 for ; Sat, 1 Nov 2014 16:44:35 +0000 (UTC) From: "Guillaume Horel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guillaume Horel" Message-ID: <1414860263.51445a85fa34dda6901a7e525366b69a5259b64d.guillaume_horel@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/scilab/scilab-5.5.1.ebuild X-VCS-Directories: sci-mathematics/scilab/ X-VCS-Committer: guillaume_horel X-VCS-Committer-Name: Guillaume Horel X-VCS-Revision: 51445a85fa34dda6901a7e525366b69a5259b64d X-VCS-Branch: master Date: Sat, 1 Nov 2014 16:44:35 +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: 88a47e79-e6f9-4ab0-9b76-a2f88a34aa34 X-Archives-Hash: e13d7c0a3ad4b839d8b68d3f3ac62f19 commit: 51445a85fa34dda6901a7e525366b69a5259b64d Author: Guillaume Horel gmail com> AuthorDate: Sat Nov 1 16:44:23 2014 +0000 Commit: Guillaume Horel gmail com> CommitDate: Sat Nov 1 16:44:23 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=51445a85 sci-mathematics/scilab bring back no-as-needed --- sci-mathematics/scilab/scilab-5.5.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-mathematics/scilab/scilab-5.5.1.ebuild b/sci-mathematics/scilab/scilab-5.5.1.ebuild index 130689f..4b4c70d 100644 --- a/sci-mathematics/scilab/scilab-5.5.1.ebuild +++ b/sci-mathematics/scilab/scilab-5.5.1.ebuild @@ -120,6 +120,10 @@ src_prepare() { "${FILESDIR}/${P}-nogui.patch" \ "${FILESDIR}/${P}-missinglib.patch" + # works for me on x86, but users are having + # trouble without see #282 on github + append-ldflags $(no-as-needed) + # increases java heap to 512M when building docs (sync with cheqreqs above) use doc && epatch "${FILESDIR}/${P}-java-heap.patch"