diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-01-04 23:19:16 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-01-04 23:19:16 +0000 |
commit | 20fb21ec1ce5ae4d01ad1aab5a5563bbced8de71 (patch) | |
tree | 6452d9f511fd3696d47497e3bb6594f922485181 /sci-astronomy | |
parent | Resolving a few bugs for shfs (#101091, #112874, #81581, #78387) (diff) | |
download | gentoo-2-20fb21ec1ce5ae4d01ad1aab5a5563bbced8de71.tar.gz gentoo-2-20fb21ec1ce5ae4d01ad1aab5a5563bbced8de71.tar.bz2 gentoo-2-20fb21ec1ce5ae4d01ad1aab5a5563bbced8de71.zip |
Do not depend on "virtual/libc" (package not in system target).
(Portage version: 2.0.53)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/orsa/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.6.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-astronomy/orsa/ChangeLog b/sci-astronomy/orsa/ChangeLog index 353aa6999acb..0f8c0a222aa7 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.9 2005/07/25 17:46:22 caleb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/ChangeLog,v 1.10 2006/01/04 23:19:16 ribosome Exp $ + + 04 Jan 2006; Olivier Fisette <ribosome@gentoo.org> orsa-0.6.1.ebuild: + Do not depend on "virtual/libc" (package not in system target). 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> orsa-0.6.1.ebuild: Change qt dep per bug #100235 diff --git a/sci-astronomy/orsa/orsa-0.6.1.ebuild b/sci-astronomy/orsa/orsa-0.6.1.ebuild index d7593de4e287..1fbfa3020bce 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/07/25 17:46:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/orsa/orsa-0.6.1.ebuild,v 1.7 2006/01/04 23:19:16 ribosome Exp $ inherit base flag-o-matic qt3 @@ -15,8 +15,7 @@ IUSE="opengl mpi fftw ginac cln gsl qt" S="${WORKDIR}/${P/_/-}" -DEPEND="virtual/libc - fftw? ( =sci-libs/fftw-2.1* ) +DEPEND="fftw? ( =sci-libs/fftw-2.1* ) >=sci-libs/gsl-1.3 qt? ( $(qt_min_version 3.3) ) >=sys-libs/readline-4.2 |