diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 05:37:55 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 05:37:55 +0000 |
commit | 6fe11ce8f0fa345e2f65dddb5ecf451e4125637d (patch) | |
tree | 195f518feee398db78237778851e553188acaf98 /sci-astronomy/orsa | |
parent | Setting gcc-config version which has support for CFLAGS_${ABI} (diff) | |
download | gentoo-2-6fe11ce8f0fa345e2f65dddb5ecf451e4125637d.tar.gz gentoo-2-6fe11ce8f0fa345e2f65dddb5ecf451e4125637d.tar.bz2 gentoo-2-6fe11ce8f0fa345e2f65dddb5ecf451e4125637d.zip |
Fixed dependency
Diffstat (limited to 'sci-astronomy/orsa')
-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 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild b/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild index 359b67d1abb7..7686fc41fedf 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.1 2004/12/24 04:00:28 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.5.0_rc2.ebuild,v 1.2 2004/12/28 05:37:55 ribosome Exp $ inherit base flag-o-matic @@ -21,7 +21,7 @@ DEPEND="virtual/libc qt? ( >=x11-libs/qt-3.2 ) >=sys-libs/readline-4.2 mpi? ( sys-cluster/lam-mpi ) - ginac? ( >=app-sci/ginac-1.1.1 ) + ginac? ( >=sci-mathematics/ginac-1.1.1 ) gsl? ( dev-libs/gsl ) cln? ( dev-libs/cln )" diff --git a/sci-astronomy/orsa/orsa-0.6.1.ebuild b/sci-astronomy/orsa/orsa-0.6.1.ebuild index 494485ad74ad..e5172557938f 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.1 2004/12/24 04:00:28 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.2 2004/12/28 05:37:55 ribosome Exp $ inherit base flag-o-matic @@ -21,7 +21,7 @@ DEPEND="virtual/libc qt? ( >=x11-libs/qt-3.3 ) >=sys-libs/readline-4.2 mpi? ( sys-cluster/lam-mpi ) - ginac? ( >=app-sci/ginac-1.2.0 ) + ginac? ( >=sci-mathematics/ginac-1.2.0 ) gsl? ( dev-libs/gsl ) cln? ( >=dev-libs/cln-1.1.6 )" |