diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-12-02 21:12:51 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-12-02 21:12:51 +0000 |
commit | 055f5a4d59726a80d89f7f11f35170b5c73df047 (patch) | |
tree | 9942b5565f9a1bf815dda9bac0d8fe8b66abd902 /sci-mathematics/scilab | |
parent | Do not rewrite build.xml files in java-ant-2.eclass if the use flag controlli... (diff) | |
download | gentoo-2-055f5a4d59726a80d89f7f11f35170b5c73df047.tar.gz gentoo-2-055f5a4d59726a80d89f7f11f35170b5c73df047.tar.bz2 gentoo-2-055f5a4d59726a80d89f7f11f35170b5c73df047.zip |
Add ~amd64, bug 109722
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sci-mathematics/scilab')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 81baf4d412b3..59119f59792f 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/scilab # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.28 2006/11/22 18:21:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.29 2006/12/02 21:12:51 beandog Exp $ + + 02 Dec 2006; Steve Dibb <beandog@gentoo.org> scilab-4.0.ebuild: + Add ~amd64, bug 109722 22 Nov 2006; Christian Faulhammer <opfer@gentoo.org> scilab-4.0.ebuild: stable x86, bug #141440 diff --git a/sci-mathematics/scilab/scilab-4.0.ebuild b/sci-mathematics/scilab/scilab-4.0.ebuild index d52265ba6cf3..220f9a0d7f6e 100644 --- a/sci-mathematics/scilab/scilab-4.0.ebuild +++ b/sci-mathematics/scilab/scilab-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.0.ebuild,v 1.9 2006/11/22 18:21:51 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.0.ebuild,v 1.10 2006/12/02 21:12:51 beandog Exp $ inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.scilab.org/" SLOT="0" IUSE="ocaml tk gtk Xaw3d java" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" RDEPEND="virtual/blas virtual/lapack |