summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-12 18:20:16 +0000
committerJustin Lecher <jlec@gentoo.org>2012-12-12 18:20:16 +0000
commite2a5fccde2c63f6485ce83395547eb974fdf0707 (patch)
tree868951c988b1d60d5cdbcb12496734a7a5ea2904 /virtual/fortran/fortran-0.ebuild
parentVersion bump. Ebuild by Arfrever (diff)
downloadgentoo-2-e2a5fccde2c63f6485ce83395547eb974fdf0707.tar.gz
gentoo-2-e2a5fccde2c63f6485ce83395547eb974fdf0707.tar.bz2
gentoo-2-e2a5fccde2c63f6485ce83395547eb974fdf0707.zip
virtual/fortran: Shorten dependency declaration suggested by Arfrever
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'virtual/fortran/fortran-0.ebuild')
-rw-r--r--virtual/fortran/fortran-0.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index f10e31cea7ea..811b74fc45e1 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.8 2012/05/12 19:35:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.9 2012/12/12 18:20:16 jlec Exp $
EAPI=4
@@ -14,9 +14,11 @@ LICENSE=""
IUSE="openmp"
RDEPEND="
- || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran]
- dev-lang/ekopath dev-lang/path64 dev-lang/ifc )
- openmp? (
- || ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?]
- dev-lang/ekopath dev-lang/path64[openmp?] dev-lang/ifc ) )"
+ || (
+ sys-devel/gcc[fortran,openmp?]
+ sys-devel/gcc-apple[fortran,openmp?]
+ dev-lang/ekopath
+ dev-lang/ifc
+ dev-lang/path64[openmp?]
+ )"
DEPEND="${RDEPEND}"