diff options
author | 2003-10-06 23:29:11 +0000 | |
---|---|---|
committer | 2003-10-06 23:29:11 +0000 | |
commit | c0f5050a284dd656689476a5bde4b74ca2e1aba5 (patch) | |
tree | 36621b647bb6ca0ce88063df6c6d76d942c41f84 /app-sci/scilab/scilab-2.7-r2.ebuild | |
parent | Adding sdk and gatos flags for xfree. (diff) | |
download | historical-c0f5050a284dd656689476a5bde4b74ca2e1aba5.tar.gz historical-c0f5050a284dd656689476a5bde4b74ca2e1aba5.tar.bz2 historical-c0f5050a284dd656689476a5bde4b74ca2e1aba5.zip |
fixed gtk+ dependency at 1.2*
Diffstat (limited to 'app-sci/scilab/scilab-2.7-r2.ebuild')
-rw-r--r-- | app-sci/scilab/scilab-2.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/scilab/scilab-2.7-r2.ebuild b/app-sci/scilab/scilab-2.7-r2.ebuild index 82c4bae6dc72..0f9021d5e474 100644 --- a/app-sci/scilab/scilab-2.7-r2.ebuild +++ b/app-sci/scilab/scilab-2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r2.ebuild,v 1.2 2003/10/05 17:01:55 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.7-r2.ebuild,v 1.3 2003/10/06 23:29:10 george Exp $ DESCRIPTION="Scientific software package for numerical computations, Matlab lookalike" SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz @@ -10,7 +10,7 @@ HOMEPAGE="http://www.scilab.org/" LICENSE="scilab" SLOT="0" KEYWORDS="x86" -IUSE="tcltk" +IUSE="tcltk gtk" DEPEND="virtual/x11 x11-libs/Xaw3d |