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
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')
-rw-r--r--virtual/fortran/ChangeLog5
-rw-r--r--virtual/fortran/fortran-0.ebuild14
-rw-r--r--virtual/fortran/metadata.xml10
3 files changed, 17 insertions, 12 deletions
diff --git a/virtual/fortran/ChangeLog b/virtual/fortran/ChangeLog
index 70ac1171dc56..7b24472eb0ea 100644
--- a/virtual/fortran/ChangeLog
+++ b/virtual/fortran/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.8 2012/05/12 19:35:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.9 2012/12/12 18:20:16 jlec Exp $
+
+ 12 Dec 2012; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild, metadata.xml:
+ Shorten dependency declaration suggested by Arfrever
12 May 2012; Alexis Ballier <aballier@gentoo.org> fortran-0.ebuild:
keyword ~amd64-fbsd
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}"
diff --git a/virtual/fortran/metadata.xml b/virtual/fortran/metadata.xml
index 7109e3a8831e..b248f071f2f5 100644
--- a/virtual/fortran/metadata.xml
+++ b/virtual/fortran/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>jlec@gentoo.org</email>
-</maintainer>
-<longdescription>Use this package, if you package needs a fortran compiler</longdescription>
+ <herd>sci</herd>
+ <maintainer>
+ <email>jlec@gentoo.org</email>
+ </maintainer>
+ <longdescription>Use this package, if you package needs a fortran compiler</longdescription>
</pkgmetadata>