diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-07 12:07:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-07 12:07:47 +0000 |
commit | 2f8f28dfcf0f3e5e700c389d3bc8a7704550e423 (patch) | |
tree | b6d7d72429e3de021d66bec34e0fa0f94534e28f /sci-chemistry/pdbmat | |
parent | Give some information on selected fortran compilers (diff) | |
download | gentoo-2-2f8f28dfcf0f3e5e700c389d3bc8a7704550e423.tar.gz gentoo-2-2f8f28dfcf0f3e5e700c389d3bc8a7704550e423.tar.bz2 gentoo-2-2f8f28dfcf0f3e5e700c389d3bc8a7704550e423.zip |
sci-chemistry/pdbmat: Depend on virtual/fortran, #435948
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pdbmat')
-rw-r--r-- | sci-chemistry/pdbmat/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/pdbmat/pdbmat-3.89.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-chemistry/pdbmat/ChangeLog b/sci-chemistry/pdbmat/ChangeLog index a05a318f8034..3d3cf725145a 100644 --- a/sci-chemistry/pdbmat/ChangeLog +++ b/sci-chemistry/pdbmat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/pdbmat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v 1.2 2012/03/21 13:55:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/ChangeLog,v 1.3 2012/10/07 12:07:47 jlec Exp $ + + 07 Oct 2012; Justin Lecher <jlec@gentoo.org> pdbmat-3.89.ebuild: + Depend on virtual/fortran, #435948 21 Mar 2012; Justin Lecher <jlec@gentoo.org> metadata.xml: Fix metadata.xml diff --git a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild index 598ca05c37c7..46e5c2dcf7ef 100644 --- a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild +++ b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/pdbmat-3.89.ebuild,v 1.1 2012/03/21 13:47:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdbmat/pdbmat-3.89.ebuild,v 1.2 2012/10/07 12:07:47 jlec Exp $ EAPI=4 @@ -15,6 +15,9 @@ LICENSE="as-is" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" +RDEPEND="virtual/fortran" +DEPEND="${RDEPEND}" + S="${WORKDIR}"/Source_ENM2011 src_prepare() { |