summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-08-24 18:45:22 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-08-24 18:45:22 +0000
commitbae4755d3fdabe4f2d43aaf00984e5076e1c1080 (patch)
treef59413fd8436da77f84e6d1aba6ac3b845558003 /virtual/fortran
parentVersion bump. (diff)
downloadgentoo-2-bae4755d3fdabe4f2d43aaf00984e5076e1c1080.tar.gz
gentoo-2-bae4755d3fdabe4f2d43aaf00984e5076e1c1080.tar.bz2
gentoo-2-bae4755d3fdabe4f2d43aaf00984e5076e1c1080.zip
Fix ekopath PN, add path64
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'virtual/fortran')
-rw-r--r--virtual/fortran/ChangeLog5
-rw-r--r--virtual/fortran/fortran-0.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/virtual/fortran/ChangeLog b/virtual/fortran/ChangeLog
index df113e99193f..afb05924aefd 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.5 2011/08/17 16:52:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.6 2011/08/24 18:45:22 xarthisius Exp $
+
+ 24 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> fortran-0.ebuild:
+ Fix ekopath PN, add path64
17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
fortran-0.ebuild:
diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index 2c5b8c64a1b3..733183b520d8 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.5 2011/08/17 16:52:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.6 2011/08/24 18:45:22 xarthisius Exp $
EAPI="4"
@@ -14,7 +14,9 @@ LICENSE=""
IUSE="openmp"
RDEPEND="
- || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc dev-lang/ekopath-bin )
+ || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc
+ dev-lang/ekopath dev-lang/path64 )
openmp? (
- || ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?] dev-lang/ifc dev-lang/ekopath-bin ) )"
+ || ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?]
+ dev-lang/ifc dev-lang/ekopath dev-lang/path64[openmp?] ) )"
DEPEND="${RDEPEND}"