diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:35:37 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-29 16:35:37 +0000 |
commit | 1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf (patch) | |
tree | 4718539de5a681c1e17ca1afc8bc835295bc01b2 /sci-misc/xfoil | |
parent | Fixed dependencies (Manifest recommit) (diff) | |
download | gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.tar.gz gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.tar.bz2 gentoo-2-1073bfdb64c78c20aeb4f1e2e8e67313f52d24cf.zip |
Fixed dependencies
Diffstat (limited to 'sci-misc/xfoil')
-rw-r--r-- | sci-misc/xfoil/xfoil-6.94.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/xfoil/xfoil-6.94.ebuild b/sci-misc/xfoil/xfoil-6.94.ebuild index ec693f19b744..cb122e6dccd3 100644 --- a/sci-misc/xfoil/xfoil-6.94.ebuild +++ b/sci-misc/xfoil/xfoil-6.94.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-misc/xfoil/xfoil-6.94.ebuild,v 1.1 2004/12/27 21:08:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/xfoil/xfoil-6.94.ebuild,v 1.2 2004/12/29 16:35:37 ribosome Exp $ inherit gcc @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND="app-sci/blas +DEPEND="sci-libs/blas virtual/x11" S=${WORKDIR}/XFOIL${MY_PV} |