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 | 227f5cdbd8874a012cf37679b9e78616d588b9b7 (patch) | |
tree | 7882bba2c44f59b609083bd0350176b49416b8af /sci-astronomy/orsa | |
parent | Resolving a few bugs for shfs (#101091, #112874, #81581, #78387) (diff) | |
download | historical-227f5cdbd8874a012cf37679b9e78616d588b9b7.tar.gz historical-227f5cdbd8874a012cf37679b9e78616d588b9b7.tar.bz2 historical-227f5cdbd8874a012cf37679b9e78616d588b9b7.zip |
Do not depend on "virtual/libc" (package not in system target).
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-astronomy/orsa')
-rw-r--r-- | sci-astronomy/orsa/ChangeLog | 7 | ||||
-rw-r--r-- | sci-astronomy/orsa/Manifest | 6 | ||||
-rw-r--r-- | sci-astronomy/orsa/orsa-0.6.1.ebuild | 7 |
3 files changed, 11 insertions, 9 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/Manifest b/sci-astronomy/orsa/Manifest index 839f066c1734..c6fdbc479783 100644 --- a/sci-astronomy/orsa/Manifest +++ b/sci-astronomy/orsa/Manifest @@ -1,4 +1,4 @@ -MD5 016f69e91646ea8748b1ec331a12bc71 orsa-0.6.1.ebuild 1646 -MD5 560273ef383765cd0834def13ae9790c ChangeLog 3230 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 9181b79dc5b33c49a84d043a2ba1bb98 ChangeLog 3373 MD5 e07b8e8024922c45167669a6089cb7a6 files/digest-orsa-0.6.1 62 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 3a29153eba2d76d7fefb8ab511ffb7ae orsa-0.6.1.ebuild 1635 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 |