diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 03:04:03 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 03:04:03 +0000 |
commit | 8c3a69bb981f5f1454cbf5632fc596c513acfe7c (patch) | |
tree | 7ed3d59ed5e8b5049ecfdc91455335ad320268c0 /sci-astronomy | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-8c3a69bb981f5f1454cbf5632fc596c513acfe7c.tar.gz gentoo-2-8c3a69bb981f5f1454cbf5632fc596c513acfe7c.tar.bz2 gentoo-2-8c3a69bb981f5f1454cbf5632fc596c513acfe7c.zip |
Fixed dependency
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/orsa/orsa-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild | 4 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.6.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-astronomy/orsa/orsa-0.3.1.ebuild b/sci-astronomy/orsa/orsa-0.3.1.ebuild index dc72da84c177..557d939791bf 100644 --- a/sci-astronomy/orsa/orsa-0.3.1.ebuild +++ b/sci-astronomy/orsa/orsa-0.3.1.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-astronomy/orsa/orsa-0.3.1.ebuild,v 1.2 2004/12/28 20:28:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.3.1.ebuild,v 1.3 2004/12/29 03:04:03 ribosome Exp $ inherit base flag-o-matic @@ -14,7 +14,7 @@ IUSE="" KEYWORDS="x86" DEPEND="virtual/libc - dev-libs/fftw + sci-libs/fftw sci-libs/gsl x11-libs/qt sys-libs/readline" diff --git a/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild b/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild index 430fd5992a8d..bd27664c7a0f 100644 --- a/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild +++ b/sci-astronomy/orsa/orsa-0.5.0_rc2.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-astronomy/orsa/orsa-0.5.0_rc2.ebuild,v 1.4 2004/12/28 20:28:24 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild,v 1.5 2004/12/29 03:04:03 ribosome Exp $ inherit base flag-o-matic @@ -16,7 +16,7 @@ IUSE="opengl mpi fftw ginac cln gsl qt" S="${WORKDIR}/${P/_/-}" DEPEND="virtual/libc - fftw? ( =dev-libs/fftw-2.1* ) + fftw? ( =sci-libs/fftw-2.1* ) >=sci-libs/gsl-1.3 qt? ( >=x11-libs/qt-3.2 ) >=sys-libs/readline-4.2 diff --git a/sci-astronomy/orsa/orsa-0.6.1.ebuild b/sci-astronomy/orsa/orsa-0.6.1.ebuild index 35adb4590db1..9211814d8955 100644 --- a/sci-astronomy/orsa/orsa-0.6.1.ebuild +++ b/sci-astronomy/orsa/orsa-0.6.1.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-astronomy/orsa/orsa-0.6.1.ebuild,v 1.4 2004/12/28 20:28:56 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.5 2004/12/29 03:04:03 ribosome Exp $ inherit base flag-o-matic @@ -16,7 +16,7 @@ IUSE="opengl mpi fftw ginac cln gsl qt" S="${WORKDIR}/${P/_/-}" DEPEND="virtual/libc - fftw? ( =dev-libs/fftw-2.1* ) + fftw? ( =sci-libs/fftw-2.1* ) >=sci-libs/gsl-1.3 qt? ( >=x11-libs/qt-3.3 ) >=sys-libs/readline-4.2 |