Skip to content

Commit

Permalink
virtual/fortran: Drop unnecessary build dependency
Browse files Browse the repository at this point in the history
Bump to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=614120
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Apr 14, 2017
1 parent 334063c commit 92790fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual/fortran/fortran-0.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=4
EAPI=6

DESCRIPTION="Virtual for Fortran Compiler"

SLOT="0"
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"
IUSE="openmp"
Expand All @@ -15,4 +16,3 @@ RDEPEND="
dev-lang/ekopath
dev-lang/ifc
)"
DEPEND="${RDEPEND}"

0 comments on commit 92790fe

Please sign in to comment.