diff options
author | David Holm <dholm@gentoo.org> | 2005-05-04 14:28:08 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-04 14:28:08 +0000 |
commit | b321df76f5500695dc880f6d713f7027d3fa997d (patch) | |
tree | 010eed1979f182ed7f57796fe1515e04f52a55c9 /sci-mathematics | |
parent | Readded to ~ppc (diff) | |
download | gentoo-2-b321df76f5500695dc880f6d713f7027d3fa997d.tar.gz gentoo-2-b321df76f5500695dc880f6d713f7027d3fa997d.tar.bz2 gentoo-2-b321df76f5500695dc880f6d713f7027d3fa997d.zip |
Readded to ~ppc
(Portage version: 2.0.51.21)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-3.0-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index 07373fd704f4..f9357e7641b4 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/scilab # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.3 2005/03/02 17:23:52 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.4 2005/05/04 14:28:08 dholm Exp $ + + 04 May 2005; David Holm <dholm@gentoo.org> scilab-3.0-r1.ebuild: + Readded to ~ppc. Please don't remove it without filing a proper bug report. *scilab-3.0-r1 (02 Mar 2005) diff --git a/sci-mathematics/scilab/scilab-3.0-r1.ebuild b/sci-mathematics/scilab/scilab-3.0-r1.ebuild index dc529a669b8d..821cb3713fc2 100644 --- a/sci-mathematics/scilab/scilab-3.0-r1.ebuild +++ b/sci-mathematics/scilab/scilab-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-3.0-r1.ebuild,v 1.1 2005/03/02 17:23:52 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-3.0-r1.ebuild,v 1.2 2005/05/04 14:28:08 dholm Exp $ inherit eutils @@ -10,12 +10,12 @@ HOMEPAGE="http://www.scilab.org/" LICENSE="scilab" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="ifc tcltk atlas gtk gtk2 Xaw3d" RDEPEND="virtual/x11 sys-libs/ncurses - atlas? ( sci-libs/atlas ) + !ppc? ( atlas? ( sci-libs/atlas ) ) gtk? ( media-libs/jpeg media-libs/libpng |