diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-12 12:16:53 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-12 12:16:53 +0000 |
commit | 0dd4e68b77dbce95be546312d93de1a71f3f2899 (patch) | |
tree | 4534ba88d9c661a9c54af6f82031f221358e5680 /sci-mathematics | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-0dd4e68b77dbce95be546312d93de1a71f3f2899.tar.gz gentoo-2-0dd4e68b77dbce95be546312d93de1a71f3f2899.tar.bz2 gentoo-2-0dd4e68b77dbce95be546312d93de1a71f3f2899.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-3.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index f9357e7641b4..25ff9f2c5fb0 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.4 2005/05/04 14:28:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.5 2005/06/12 12:15:28 swegener Exp $ + + 12 Jun 2005; Sven Wegener <swegener@gentoo.org> scilab-3.0.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 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. diff --git a/sci-mathematics/scilab/scilab-3.0.ebuild b/sci-mathematics/scilab/scilab-3.0.ebuild index 0dee61b36c76..cc5465314e9c 100644 --- a/sci-mathematics/scilab/scilab-3.0.ebuild +++ b/sci-mathematics/scilab/scilab-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.ebuild,v 1.3 2005/03/08 18:49:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-3.0.ebuild,v 1.4 2005/06/12 12:15:28 swegener Exp $ DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)" SRC_URI="ftp://ftp.inria.fr/INRIA/Scilab/distributions/${P}.src.tar.gz" @@ -20,8 +20,8 @@ RDEPEND="virtual/x11 media-libs/jpeg media-libs/libpng sys-libs/zlib - gtk2? ( >=x11-libs/gtk+-2* - >=x11-libs/libzvt-2* + gtk2? ( >=x11-libs/gtk+-2 + >=x11-libs/libzvt-2 =gnome-extra/libgtkhtml-2* ) !gtk2? ( =x11-libs/gtk+-1.2* ) |