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 95BED1382C5 for ; Sun, 21 Mar 2021 12:38:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F59E0829; Sun, 21 Mar 2021 12:38:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7D05DE0829 for ; Sun, 21 Mar 2021 12:38:12 +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 865EB33E55B for ; Sun, 21 Mar 2021 12:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8AFD5C4 for ; Sun, 21 Mar 2021 12:38:09 +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: <1616330281.e9569d9cce921133f05391ecdefea51ed5679967.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.0.2.ebuild 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: e9569d9cce921133f05391ecdefea51ed5679967 X-VCS-Branch: master Date: Sun, 21 Mar 2021 12:38:09 +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: 09228813-8965-4da6-896a-a6f54bf84a73 X-Archives-Hash: 5bd21b48a2cd04d4fa878efb6ce03102 commit: e9569d9cce921133f05391ecdefea51ed5679967 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 21 12:38:01 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 21 12:38:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e9569d9c sci-mathematics/scilab: fix dep on lucene https://github.com/gentoo/sci/issues/1060 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-mathematics/scilab/scilab-6.0.2.ebuild | 2 +- sci-mathematics/scilab/scilab-6.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/scilab/scilab-6.0.2.ebuild b/sci-mathematics/scilab/scilab-6.0.2.ebuild index 9ea3ac772..c2ea20de0 100644 --- a/sci-mathematics/scilab/scilab-6.0.2.ebuild +++ b/sci-mathematics/scilab/scilab-6.0.2.ebuild @@ -77,7 +77,7 @@ CDEPEND=" >=dev-java/jlatexmath-fop-1.0.3:1 ~dev-java/jogl-2.2.4:2.2 >=dev-java/jrosetta-1.0.4:0 - >dev-java/lucene-2:=[contrib(-)] + >dev-java/lucene-5:=[modules(-)] dev-java/skinlf:0 dev-java/xmlgraphics-commons:2 virtual/opengl diff --git a/sci-mathematics/scilab/scilab-6.1.0.ebuild b/sci-mathematics/scilab/scilab-6.1.0.ebuild index aa5f4571f..985cd5aa9 100644 --- a/sci-mathematics/scilab/scilab-6.1.0.ebuild +++ b/sci-mathematics/scilab/scilab-6.1.0.ebuild @@ -77,7 +77,7 @@ CDEPEND=" >=dev-java/jlatexmath-fop-1.0.3:1 ~dev-java/jogl-2.2.4:2.2 >=dev-java/jrosetta-1.0.4:0 - >dev-java/lucene-2:=[contrib(-)] + >dev-java/lucene-7:=[modules(-)] dev-java/skinlf:0 dev-java/xmlgraphics-commons:2 virtual/opengl