diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:57:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 15:57:05 +0000 |
commit | 9df3008d4013962c3af7f6c83565669912f97712 (patch) | |
tree | 0a577f15be67fd744b47d690b4a1bcd8c60f7a44 /sci-chemistry/sfcheck | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-9df3008d4013962c3af7f6c83565669912f97712.tar.gz gentoo-2-9df3008d4013962c3af7f6c83565669912f97712.tar.bz2 gentoo-2-9df3008d4013962c3af7f6c83565669912f97712.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/sfcheck')
-rw-r--r-- | sci-chemistry/sfcheck/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/sfcheck/ChangeLog b/sci-chemistry/sfcheck/ChangeLog index e90b83d80385..35e55f44ec30 100644 --- a/sci-chemistry/sfcheck/ChangeLog +++ b/sci-chemistry/sfcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/sfcheck # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.9 2011/06/21 09:12:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.10 2011/06/21 15:57:05 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> sfcheck-7.03.18-r1.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> sfcheck-7.03.18-r1.ebuild: Added fortran-2.eclass support diff --git a/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild b/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild index 53ffd272be3b..25ceb9561929 100644 --- a/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild +++ b/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild,v 1.5 2011/06/21 09:12:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild,v 1.6 2011/06/21 15:57:05 jlec Exp $ EAPI="2" @@ -16,7 +16,9 @@ KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" LICENSE="ccp4" IUSE="" -RDEPEND="sci-libs/ccp4-libs" +RDEPEND=" + virtual/fortran + sci-libs/ccp4-libs" DEPEND="${RDEPEND} !<sci-chmistry/ccp4-apps-6.1.3" |