diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-10-11 11:23:45 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-10-11 11:23:45 +0000 |
commit | 596675bf4c5bb936ded6f296e9c5ac4a8a0be54d (patch) | |
tree | 5b673a214561f6987478be5c5aa0c92e619cf91a /sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild | |
parent | Added missing numpy dependency and fixed LDFLAGS issue (see bug #241178). (diff) | |
download | gentoo-2-596675bf4c5bb936ded6f296e9c5ac4a8a0be54d.tar.gz gentoo-2-596675bf4c5bb936ded6f296e9c5ac4a8a0be54d.tar.bz2 gentoo-2-596675bf4c5bb936ded6f296e9c5ac4a8a0be54d.zip |
Added numpy dependency to stable ebuild as well (see bug #241178).
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
Diffstat (limited to 'sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild')
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild index c5b3c57cf836..5160f4085d9f 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.8 2008/02/06 15:14:10 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.9 2008/10/11 11:23:45 markusle Exp $ inherit eutils fortran multilib flag-o-matic distutils @@ -13,7 +13,8 @@ SLOT="0" IUSE="" KEYWORDS="amd64 x86" -DEPEND="dev-lang/python" +DEPEND="dev-lang/python + dev-python/numpy" FORTRAN="g77 gfortran" |