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 6E80C138573 for ; Sat, 19 Jan 2013 17:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB32C21C030; Sat, 19 Jan 2013 17:46:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D12F21C028 for ; Sat, 19 Jan 2013 17:46:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2422C33DAB7 for ; Sat, 19 Jan 2013 17:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9642E4073 for ; Sat, 19 Jan 2013 17:46:38 +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: <1358617543.c22717ff704dfc765e16144d6d5e7c0e0f566eab.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.4.0.ebuild X-VCS-Directories: sci-mathematics/scilab/ X-VCS-Committer: guillaume_horel X-VCS-Committer-Name: Guillaume Horel X-VCS-Revision: c22717ff704dfc765e16144d6d5e7c0e0f566eab X-VCS-Branch: master Date: Sat, 19 Jan 2013 17:46:38 +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: 251fb723-a51a-43c9-980a-3c2cc3477832 X-Archives-Hash: db504868fbcf78817b843b413eb33017 commit: c22717ff704dfc765e16144d6d5e7c0e0f566eab Author: Guillaume Horel gmail com> AuthorDate: Sat Jan 19 17:33:05 2013 +0000 Commit: Guillaume Horel gmail com> CommitDate: Sat Jan 19 17:45:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c22717ff sci-mathematics/scilab update dependencies fixes bug #451624 --- sci-mathematics/scilab/scilab-5.4.0.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/scilab/scilab-5.4.0.ebuild b/sci-mathematics/scilab/scilab-5.4.0.ebuild index 5d4183f..d62611f 100644 --- a/sci-mathematics/scilab/scilab-5.4.0.ebuild +++ b/sci-mathematics/scilab/scilab-5.4.0.ebuild @@ -45,6 +45,7 @@ KEYWORDS="~amd64 ~x86" CDEPEND="dev-libs/libpcre dev-libs/libxml2:2 sci-libs/hdf5 + >=sci-libs/arpack-3 sys-devel/gettext sys-libs/ncurses sys-libs/readline @@ -54,7 +55,7 @@ CDEPEND="dev-libs/libpcre dev-java/avalon-framework:4.2 dev-java/batik:1.7 dev-java/commons-io:1 - dev-java/flexdock:0 + >=dev-java/flexdock-1.2:0 dev-java/fop:0 dev-java/gluegen:2 dev-java/javahelp:0 @@ -234,7 +235,7 @@ src_test() { src_install() { default prune_libtool_files --all - rm -rf "${D}"/usr/share/scilab/modules/*/tests + rm -rf "${D}"/usr/share/scilab/modules/*/tests ||die use bash-completion && dobashcomp "${FILESDIR}"/${PN}.bash_completion }