diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 17:49:09 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 17:49:09 +0000 |
commit | ff4ff6ef70fa35dab40de8aa35d094043358be5d (patch) | |
tree | c349e352f4a6dbbd16aaafe7643be1cf52eca31e /sci-astronomy | |
parent | Fix qt dep (diff) | |
download | gentoo-2-ff4ff6ef70fa35dab40de8aa35d094043358be5d.tar.gz gentoo-2-ff4ff6ef70fa35dab40de8aa35d094043358be5d.tar.bz2 gentoo-2-ff4ff6ef70fa35dab40de8aa35d094043358be5d.zip |
Change qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/orsa/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.6.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-astronomy/orsa/ChangeLog b/sci-astronomy/orsa/ChangeLog index b3ad6694d9c7..353aa6999acb 100644 --- a/sci-astronomy/orsa/ChangeLog +++ b/sci-astronomy/orsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/orsa # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.8 2005/06/23 02:41:33 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.9 2005/07/25 17:46:22 caleb Exp $ + + 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> orsa-0.6.1.ebuild: + Change qt dep per bug #100235 23 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -orsa-0.3.1.ebuild, -orsa-0.5.0_rc2.ebuild: diff --git a/sci-astronomy/orsa/orsa-0.6.1.ebuild b/sci-astronomy/orsa/orsa-0.6.1.ebuild index 9211814d8955..d7593de4e287 100644 --- a/sci-astronomy/orsa/orsa-0.6.1.ebuild +++ b/sci-astronomy/orsa/orsa-0.6.1.ebuild @@ -1,8 +1,8 @@ -# 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-astronomy/orsa/orsa-0.6.1.ebuild,v 1.5 2004/12/29 03:04:03 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.6 2005/07/25 17:46:22 caleb Exp $ -inherit base flag-o-matic +inherit base flag-o-matic qt3 DESCRIPTION="Orbit Reconstruction, Simulation and Analysis" HOMEPAGE="http://orsa.sourceforge.net/" @@ -18,7 +18,7 @@ S="${WORKDIR}/${P/_/-}" DEPEND="virtual/libc fftw? ( =sci-libs/fftw-2.1* ) >=sci-libs/gsl-1.3 - qt? ( >=x11-libs/qt-3.3 ) + qt? ( $(qt_min_version 3.3) ) >=sys-libs/readline-4.2 mpi? ( sys-cluster/lam-mpi ) ginac? ( >=sci-mathematics/ginac-1.2.0 ) |