Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
Date: Fri, 14 Apr 2017 11:56:12
Message-Id: 1492170965.92790fe40dea9e079de1ed5ae2738d86a23b7314.jlec@gentoo
1 commit: 92790fe40dea9e079de1ed5ae2738d86a23b7314
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 14 11:23:13 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 14 11:56:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92790fe4
7
8 virtual/fortran: Drop unnecessary build dependency
9
10 Bump to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=614120
13 Package-Manager: Portage-2.3.5, Repoman-2.3.2
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 virtual/fortran/fortran-0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
20 index acff888e1bb..46dad130bea 100644
21 --- a/virtual/fortran/fortran-0.ebuild
22 +++ b/virtual/fortran/fortran-0.ebuild
23 @@ -1,9 +1,10 @@
24 # Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=4
28 +EAPI=6
29
30 DESCRIPTION="Virtual for Fortran Compiler"
31 +
32 SLOT="0"
33 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
34 IUSE="openmp"
35 @@ -15,4 +16,3 @@ RDEPEND="
36 dev-lang/ekopath
37 dev-lang/ifc
38 )"
39 -DEPEND="${RDEPEND}"