diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-19 10:46:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-19 10:46:56 +0000 |
commit | 2155f5f5ad8a43d7425083b22ced6e92dff8879f (patch) | |
tree | eb495b37f0ed847527908f7da49b2e76f25807bf /sci-biology/mammoth/mammoth-1.0.ebuild | |
parent | sci-astronomy/wcslib: Remove virtual/fortran and always call fortran-2_pkg_se... (diff) | |
download | gentoo-2-2155f5f5ad8a43d7425083b22ced6e92dff8879f.tar.gz gentoo-2-2155f5f5ad8a43d7425083b22ced6e92dff8879f.tar.bz2 gentoo-2-2155f5f5ad8a43d7425083b22ced6e92dff8879f.zip |
sci-biology/mammoth: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-biology/mammoth/mammoth-1.0.ebuild')
-rw-r--r-- | sci-biology/mammoth/mammoth-1.0.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sci-biology/mammoth/mammoth-1.0.ebuild b/sci-biology/mammoth/mammoth-1.0.ebuild index abd468e38767..d1d9a1719b1c 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 +# Copyright 1999-2012 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.5 2011/06/21 16:07:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mammoth/mammoth-1.0.ebuild,v 1.6 2012/10/19 10:46:56 jlec Exp $ inherit autotools eutils fortran-2 flag-o-matic toolchain-funcs @@ -15,11 +15,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=" - virtual/fortran - " -RDEPEND="${DEPEND}" - RESTRICT="fetch" S=${WORKDIR}/${MY_P} |