diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-28 16:25:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-28 16:25:14 +0000 |
commit | 749952499ea136020252ff219f837c871973c54f (patch) | |
tree | 3b958a190c1b11a589d7e9e13a847beb7fa69de1 /dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild | |
parent | old (diff) | |
download | historical-749952499ea136020252ff219f837c871973c54f.tar.gz historical-749952499ea136020252ff219f837c871973c54f.tar.bz2 historical-749952499ea136020252ff219f837c871973c54f.zip |
Remove non-existant dep from atoms
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild')
-rw-r--r-- | dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild b/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild index d0ea7efcdc8b..4661046b219e 100644 --- a/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild +++ b/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild,v 1.2 2010/12/30 21:54:37 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyFoam/PyFoam-0.5.4-r1.ebuild,v 1.3 2011/04/28 16:25:14 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" IUSE="extras" DEPEND="sci-visualization/gnuplot - || ( sci-libs/openfoam sci-libs/openfoam-bin sci-libs/openfoam-meta ) + || ( sci-libs/openfoam sci-libs/openfoam-bin ) extras? ( dev-python/matplotlib dev-python/numpy |