diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-05-28 11:17:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-05-28 11:17:51 +0000 |
commit | a29a18fbb9731311be27a8ece91c7ed7491b95b7 (patch) | |
tree | a81a875a14bf7c0ad0a6ba5f2e997a38ec5bf7f8 /virtual/fortran | |
parent | Stable on amd64 wrt bug #368625 (diff) | |
download | gentoo-2-a29a18fbb9731311be27a8ece91c7ed7491b95b7.tar.gz gentoo-2-a29a18fbb9731311be27a8ece91c7ed7491b95b7.tar.bz2 gentoo-2-a29a18fbb9731311be27a8ece91c7ed7491b95b7.zip |
Compiler is needed at build and runtime
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'virtual/fortran')
-rw-r--r-- | virtual/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/fortran/fortran-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/fortran/ChangeLog b/virtual/fortran/ChangeLog index f19e2d66b5a4..d8cbbc123004 100644 --- a/virtual/fortran/ChangeLog +++ b/virtual/fortran/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/fortran # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.2 2011/04/15 08:29:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.3 2011/05/28 11:17:51 jlec Exp $ + + 28 May 2011; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild: + Compiler is needed at build and runtime 15 Apr 2011; Fabian Groffen <grobian@gentoo.org> fortran-0.ebuild: Allow gcc-apple[fortran] to satisfy this virtual as well diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild index a2c2e1e440d6..d11ab7152ab2 100644 --- a/virtual/fortran/fortran-0.ebuild +++ b/virtual/fortran/fortran-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/virtual/fortran/fortran-0.ebuild,v 1.2 2011/04/15 08:29:59 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.3 2011/05/28 11:17:51 jlec Exp $ EAPI="4" @@ -14,4 +14,4 @@ LICENSE="" IUSE="" RDEPEND="|| ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc )" -DEPEND="" +DEPEND="${RDEPEND}" |