commit: 08b0577dd5a45f7529f71a43a52ec1132933fed3 Author: Fabio Rossi <rossi.f <AT> inwind <DOT> it> AuthorDate: Sun Jan 24 17:29:59 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Jan 24 20:47:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=08b0577d
sci-mathematics/scilab: revert ban of --as-needed The linker flag was banned a lot of time ago, on amd64 I don't see problems at link- or run-time, so let's try without it. In case this commit might be reverted later. Signed-off-by: Fabio Rossi <rossi.f <AT> inwind.it> Closes: https://github.com/gentoo/sci/pull/1042 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-mathematics/scilab/scilab-5.5.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sci-mathematics/scilab/scilab-5.5.2.ebuild b/sci-mathematics/scilab/scilab-5.5.2.ebuild index 4cc9bf0da..7a753e397 100644 --- a/sci-mathematics/scilab/scilab-5.5.2.ebuild +++ b/sci-mathematics/scilab/scilab-5.5.2.ebuild @@ -159,10 +159,6 @@ pkg_setup() { src_prepare() { default - # 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 && eapply "${FILESDIR}/${P}-java-heap.patch"
