summaryrefslogtreecommitdiff
path: root/virtual/fortran
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-04-14 12:23:13 +0100
committerJustin Lecher <jlec@gentoo.org>2017-04-14 12:56:05 +0100
commit92790fe40dea9e079de1ed5ae2738d86a23b7314 (patch)
treee0bb48550f5357745f6d92101060bf5b6e60c73a /virtual/fortran
parent334063c3917f439890cbf798a1ed2173e45a334d (diff)
downloadgentoo-92790fe40dea9e079de1ed5ae2738d86a23b7314.tar.gz
gentoo-92790fe40dea9e079de1ed5ae2738d86a23b7314.tar.xz
virtual/fortran: Drop unnecessary build dependency
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 <jlec@gentoo.org>
Diffstat (limited to 'virtual/fortran')
-rw-r--r--virtual/fortran/fortran-0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index acff888e1bb..46dad130bea 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -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"
@@ -15,4 +16,3 @@ RDEPEND="
dev-lang/ekopath
dev-lang/ifc
)"
-DEPEND="${RDEPEND}"