diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 16:07:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 16:07:37 +0000 |
commit | f3f47a611c25a2c555fe07714d065ff017555d57 (patch) | |
tree | 9cea99840909d4b0ef310534a6fa82799cc992a3 /sci-biology/mammoth | |
parent | Add dependency on virtual/fortran (diff) | |
download | gentoo-2-f3f47a611c25a2c555fe07714d065ff017555d57.tar.gz gentoo-2-f3f47a611c25a2c555fe07714d065ff017555d57.tar.bz2 gentoo-2-f3f47a611c25a2c555fe07714d065ff017555d57.zip |
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/mammoth')
-rw-r--r-- | sci-biology/mammoth/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/mammoth/mammoth-1.0.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sci-biology/mammoth/ChangeLog b/sci-biology/mammoth/ChangeLog index 2b74a4cd8133..935a81f31022 100644 --- a/sci-biology/mammoth/ChangeLog +++ b/sci-biology/mammoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/mammoth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/ChangeLog,v 1.4 2011/06/21 09:40:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/ChangeLog,v 1.5 2011/06/21 16:07:37 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mammoth-1.0.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> mammoth-1.0.ebuild: Added fortran-2.eclass support diff --git a/sci-biology/mammoth/mammoth-1.0.ebuild b/sci-biology/mammoth/mammoth-1.0.ebuild index dde587ecd3ac..abd468e38767 100644 --- a/sci-biology/mammoth/mammoth-1.0.ebuild +++ b/sci-biology/mammoth/mammoth-1.0.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-biology/mammoth/mammoth-1.0.ebuild,v 1.4 2011/06/21 09:40:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/mammoth-1.0.ebuild,v 1.5 2011/06/21 16:07:37 jlec Exp $ inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs @@ -15,6 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +DEPEND=" + virtual/fortran + " +RDEPEND="${DEPEND}" + RESTRICT="fetch" S=${WORKDIR}/${MY_P} |