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 CBAB713830E for ; Sun, 6 Jan 2013 15:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D5B21C029; Sun, 6 Jan 2013 15:53:52 +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 3C40521C029 for ; Sun, 6 Jan 2013 15:53:52 +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 40F9F33DA24 for ; Sun, 6 Jan 2013 15:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B8113E5439 for ; Sun, 6 Jan 2013 15:53:48 +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: <1357487558.65679945a606fba5ea81fd924760f96c478e4844.guillaume_horel@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/julia/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/julia/julia-9999.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: guillaume_horel X-VCS-Committer-Name: Guillaume Horel X-VCS-Revision: 65679945a606fba5ea81fd924760f96c478e4844 X-VCS-Branch: master Date: Sun, 6 Jan 2013 15:53:48 +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: fbb7937d-ff6c-40bf-8bda-dc6999a5fad4 X-Archives-Hash: 196cdb4200927d67b875f8ef9a0ccdad commit: 65679945a606fba5ea81fd924760f96c478e4844 Author: Guillaume Horel gmail com> AuthorDate: Sun Jan 6 15:52:10 2013 +0000 Commit: Guillaume Horel gmail com> CommitDate: Sun Jan 6 15:52:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65679945 dev-lang/julia update dependencies --- dev-lang/julia/julia-9999.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild index 9d503b4..bde9d48 100644 --- a/dev-lang/julia/julia-9999.ebuild +++ b/dev-lang/julia/julia-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -8,13 +8,13 @@ EGIT_REPO_URI="git://github.com/JuliaLang/julia.git" inherit git-2 elisp-common eutils multilib -DESCRIPTION="High-performance dynamic language for technical computing" +DESCRIPTION="The Julia Language: a fresh approach to technical computing" HOMEPAGE="http://julialang.org/" SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="doc emacs notebook" RDEPEND=">=sys-devel/llvm-3.0 @@ -24,7 +24,7 @@ RDEPEND=">=sys-devel/llvm-3.0 sci-libs/arpack sci-libs/fftw dev-libs/gmp - sys-libs/libunwind + >=sys-libs/libunwind-0.11 dev-libs/libpcre sci-mathematics/glpk sys-libs/zlib