diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 19:06:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 19:06:56 +0000 |
commit | 1c6ccfbd9f0eff04247f2b70614c6d116028d9e0 (patch) | |
tree | 77a648d4322bb8c329924eba5e1f2da516657519 /sci-mathematics/scilab/scilab-4.1.2-r3.ebuild | |
parent | sci-physics/camfr: Remove virtual/fortran and always call fortran-2_pkg_setup... (diff) | |
download | gentoo-2-1c6ccfbd9f0eff04247f2b70614c6d116028d9e0.tar.gz gentoo-2-1c6ccfbd9f0eff04247f2b70614c6d116028d9e0.tar.bz2 gentoo-2-1c6ccfbd9f0eff04247f2b70614c6d116028d9e0.zip |
sci-mathematics/scilab: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-mathematics/scilab/scilab-4.1.2-r3.ebuild')
-rw-r--r-- | sci-mathematics/scilab/scilab-4.1.2-r3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-mathematics/scilab/scilab-4.1.2-r3.ebuild b/sci-mathematics/scilab/scilab-4.1.2-r3.ebuild index 5ff9ddbb2f09..fad01a24486f 100644 --- a/sci-mathematics/scilab/scilab-4.1.2-r3.ebuild +++ b/sci-mathematics/scilab/scilab-4.1.2-r3.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r3.ebuild,v 1.3 2011/12/05 23:46:05 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.2-r3.ebuild,v 1.4 2012/10/16 19:06:56 jlec Exp $ EAPI=4 inherit autotools eutils fortran-2 java-pkg-opt-2 multilib toolchain-funcs DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)" -LICENSE="scilab" -SRC_URI="http://www.scilab.org/download/${PV}/${P}-src.tar.gz" HOMEPAGE="http://www.scilab.org/" +SRC_URI="http://www.scilab.org/download/${PV}/${P}-src.tar.gz" SLOT="0" -IUSE="examples gtk java ocaml Xaw3d" +LICENSE="scilab" KEYWORDS="amd64 ~ppc x86" +IUSE="examples gtk java ocaml Xaw3d" RDEPEND=" - virtual/fortran virtual/blas virtual/lapack virtual/cblas |