summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cgcode')
-rw-r--r--sci-libs/cgcode/ChangeLog5
-rw-r--r--sci-libs/cgcode/cgcode-1.0.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-libs/cgcode/ChangeLog b/sci-libs/cgcode/ChangeLog
index 2029f190c1e3..98b292f2f2bb 100644
--- a/sci-libs/cgcode/ChangeLog
+++ b/sci-libs/cgcode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/cgcode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.4 2011/06/21 08:23:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/ChangeLog,v 1.5 2011/06/21 15:19:21 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> cgcode-1.0.ebuild:
Added fortran-2.eclass support
diff --git a/sci-libs/cgcode/cgcode-1.0.ebuild b/sci-libs/cgcode/cgcode-1.0.ebuild
index a51d3c832405..4ea2861a31b5 100644
--- a/sci-libs/cgcode/cgcode-1.0.ebuild
+++ b/sci-libs/cgcode/cgcode-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-libs/cgcode/cgcode-1.0.ebuild,v 1.4 2011/06/21 08:23:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cgcode/cgcode-1.0.ebuild,v 1.5 2011/06/21 15:19:21 jlec Exp $
EAPI="3"
@@ -15,7 +15,9 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
IUSE=""
-RDEPEND="virtual/blas"
+RDEPEND="
+ virtual/fortran
+ virtual/blas"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}