From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EF261382C5 for ; Mon, 11 Jan 2021 18:11:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C011CE09D7; Mon, 11 Jan 2021 18:11:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A657FE09D7 for ; Mon, 11 Jan 2021 18:11:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5983A340F0A for ; Mon, 11 Jan 2021 18:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE006B8 for ; Mon, 11 Jan 2021 18:11:08 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610388660.111fc22aeb5ff6a130a666ef077555d8232c356b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/scilab/scilab-6.1.0.ebuild X-VCS-Directories: sci-mathematics/scilab/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 111fc22aeb5ff6a130a666ef077555d8232c356b X-VCS-Branch: master Date: Mon, 11 Jan 2021 18:11:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c49a218c-c313-4a18-a1ee-9700bf5a7644 X-Archives-Hash: 208dc0a18425b2bec6895c220a7d1e68 commit: 111fc22aeb5ff6a130a666ef077555d8232c356b Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Jan 11 18:11:00 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Jan 11 18:11:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=111fc22a sci-mathematics/scilab: fix argument mismatch in compilation https://github.com/gentoo/sci/pull/1038 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-mathematics/scilab/scilab-6.1.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/scilab/scilab-6.1.0.ebuild b/sci-mathematics/scilab/scilab-6.1.0.ebuild index 4b3daa17c..a358fb7cd 100644 --- a/sci-mathematics/scilab/scilab-6.1.0.ebuild +++ b/sci-mathematics/scilab/scilab-6.1.0.ebuild @@ -88,7 +88,7 @@ CDEPEND=" umfpack? ( sci-libs/umfpack )" RDEPEND="${CDEPEND} - gui? ( >=virtual/jre-1.5 )" + gui? ( >=virtual/jre-1.8 )" DEPEND="${CDEPEND} virtual/pkgconfig @@ -134,6 +134,9 @@ pkg_setup() { unset F77 java-pkg-opt-2_pkg_setup + # fails to compile in src/fortran/optml2.f:172:50 without this + append-fflags -fallow-argument-mismatch + ALL_L10N="en_US" ALL_L10N_DOC="en_US" for l in ${IUSE_L10N}; do