diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-04-14 12:23:13 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-04-14 12:56:05 +0100 |
commit | 92790fe40dea9e079de1ed5ae2738d86a23b7314 (patch) | |
tree | e0bb48550f5357745f6d92101060bf5b6e60c73a /virtual/fortran | |
parent | sys-kernel/aufs-sources: Bump to latest aufs, genpatches and linux release (diff) | |
download | gentoo-92790fe40dea9e079de1ed5ae2738d86a23b7314.tar.gz gentoo-92790fe40dea9e079de1ed5ae2738d86a23b7314.tar.bz2 gentoo-92790fe40dea9e079de1ed5ae2738d86a23b7314.zip |
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.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild index acff888e1bb2..46dad130bea6 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}" |