summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 14:33:07 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 14:33:07 +0000
commite9574ac6c708c0c0553e338b2dc70887686376d8 (patch)
tree41478e6e0e2337e6c6a21200a24cd0aaa2e66809 /sci-physics
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-e9574ac6c708c0c0553e338b2dc70887686376d8.tar.gz
gentoo-2-e9574ac6c708c0c0553e338b2dc70887686376d8.tar.bz2
gentoo-2-e9574ac6c708c0c0553e338b2dc70887686376d8.zip
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/paw/ChangeLog5
-rw-r--r--sci-physics/paw/paw-2.14.04-r2.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog
index 5eff685a0511..ab7cc056855d 100644
--- a/sci-physics/paw/ChangeLog
+++ b/sci-physics/paw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/paw
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.21 2011/06/21 09:55:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.22 2011/06/21 14:33:07 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild:
Added fortran-2.eclass support
diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild
index 95eafb0271a1..b3bbfb987680 100644
--- a/sci-physics/paw/paw-2.14.04-r2.ebuild
+++ b/sci-physics/paw/paw-2.14.04-r2.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-physics/paw/paw-2.14.04-r2.ebuild,v 1.19 2011/06/21 09:55:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.20 2011/06/21 14:33:07 jlec Exp $
EAPI=2
inherit eutils fortran-2 toolchain-funcs
@@ -20,7 +20,9 @@ KEYWORDS="amd64 hppa sparc x86"
SLOT="0"
IUSE="static"
-RDEPEND="sci-physics/cernlib
+RDEPEND="
+ virtual/fortran
+sci-physics/cernlib
x11-libs/libXaw
>=x11-libs/openmotif-2.3:0
x11-libs/xbae"