diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:35:37 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:35:37 +0000 |
commit | 1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf (patch) | |
tree | 4718539de5a681c1e17ca1afc8bc835295bc01b2 | |
parent | Fixed dependencies (Manifest recommit) (diff) | |
download | gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.tar.gz gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.tar.bz2 gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.zip |
Fixed dependencies
-rw-r--r-- | sci-geosciences/grass/grass-5.0.2.ebuild | 6 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-5.0.3.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/lapack/lapack-3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/lapack/lapack-3.0.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/xfoil/xfoil-6.94.ebuild | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/sci-geosciences/grass/grass-5.0.2.ebuild b/sci-geosciences/grass/grass-5.0.2.ebuild index d4fecf2e5372..3a121b097904 100644 --- a/sci-geosciences/grass/grass-5.0.2.ebuild +++ b/sci-geosciences/grass/grass-5.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-5.0.2.ebuild,v 1.2 2004/12/29 03:06:33 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-5.0.2.ebuild,v 1.3 2004/12/29 16:32:17 ribosome Exp $ DESCRIPTION="An open-source GIS with raster and vector functionality" HOMEPAGE="http://grass.itc.it/" @@ -22,8 +22,8 @@ DEPEND=">=sys-devel/make-3.80 >=sys-libs/gdbm-1.8.0 >=sys-devel/gcc-3.2.2 =sci-libs/fftw-2* - >=app-sci/lapack-3.0 - >=app-sci/blas-19980702 + >=sci-libs/lapack-3.0 + >=sci-libs/blas-19980702 >=media-libs/netpbm-9.12 >=dev-lang/R-1.6.1 tcltk? ( >=dev-lang/tcl-8.3.4 diff --git a/sci-geosciences/grass/grass-5.0.3.ebuild b/sci-geosciences/grass/grass-5.0.3.ebuild index 2c8723845d9e..2cc1d5762e05 100644 --- a/sci-geosciences/grass/grass-5.0.3.ebuild +++ b/sci-geosciences/grass/grass-5.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-5.0.3.ebuild,v 1.2 2004/12/29 03:06:33 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-5.0.3.ebuild,v 1.3 2004/12/29 16:32:17 ribosome Exp $ DESCRIPTION="An open-source GIS with raster and vector functionality" HOMEPAGE="http://grass.itc.it/ @@ -25,8 +25,8 @@ DEPEND=">=sys-devel/make-3.80 >=sys-libs/gdbm-1.8.0 >=sys-devel/gcc-3.2.2 =sci-libs/fftw-2* - >=app-sci/lapack-3.0 - >=app-sci/blas-19980702 + >=sci-libs/lapack-3.0 + >=sci-libs/blas-19980702 >=media-libs/netpbm-9.12 >=dev-lang/R-1.6.1 tcltk? ( >=dev-lang/tcl-8.3.4 diff --git a/sci-libs/lapack/lapack-3.0-r1.ebuild b/sci-libs/lapack/lapack-3.0-r1.ebuild index 88124b247525..d23b734c77ac 100644 --- a/sci-libs/lapack/lapack-3.0-r1.ebuild +++ b/sci-libs/lapack/lapack-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0-r1.ebuild,v 1.1 2004/12/29 16:20:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0-r1.ebuild,v 1.2 2004/12/29 16:34:03 ribosome Exp $ DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." HOMEPAGE="http://www.netlib.org/lapack/" @@ -12,7 +12,7 @@ IUSE="" KEYWORDS="-* amd64 ~ppc64" DEPEND="virtual/libc - app-sci/blas" + sci-libs/blas" S=${WORKDIR}/LAPACK diff --git a/sci-libs/lapack/lapack-3.0.ebuild b/sci-libs/lapack/lapack-3.0.ebuild index c93e131d518c..1a172b0c5332 100644 --- a/sci-libs/lapack/lapack-3.0.ebuild +++ b/sci-libs/lapack/lapack-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0.ebuild,v 1.1 2004/12/29 16:20:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack/lapack-3.0.ebuild,v 1.2 2004/12/29 16:34:03 ribosome Exp $ DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." HOMEPAGE="http://www.netlib.org/lapack/" @@ -12,7 +12,7 @@ IUSE="" KEYWORDS="x86 amd64 ~ppc" DEPEND="virtual/libc - app-sci/blas" + sci-libs/blas" S=${WORKDIR}/LAPACK diff --git a/sci-misc/xfoil/xfoil-6.94.ebuild b/sci-misc/xfoil/xfoil-6.94.ebuild index ec693f19b744..cb122e6dccd3 100644 --- a/sci-misc/xfoil/xfoil-6.94.ebuild +++ b/sci-misc/xfoil/xfoil-6.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94.ebuild,v 1.1 2004/12/27 21:08:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94.ebuild,v 1.2 2004/12/29 16:35:37 ribosome Exp $ inherit gcc @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND="app-sci/blas +DEPEND="sci-libs/blas virtual/x11" S=${WORKDIR}/XFOIL${MY_PV} |