diff options
author | 2021-01-06 13:11:30 +0100 | |
---|---|---|
committer | 2021-01-06 13:41:32 +0100 | |
commit | e820e56ad229442e141a75f71feea7ff5c786e76 (patch) | |
tree | 0ad08426d8962082ffa7003e1e95c654625eff45 /virtual/fortran | |
parent | virtual/editor: drop x86-macos (diff) | |
download | gentoo-e820e56ad229442e141a75f71feea7ff5c786e76.tar.gz gentoo-e820e56ad229442e141a75f71feea7ff5c786e76.tar.bz2 gentoo-e820e56ad229442e141a75f71feea7ff5c786e76.zip |
virtual/fortran: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@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 6d0a45d698f8..f6c5360348d5 100644 --- a/virtual/fortran/fortran-0.ebuild +++ b/virtual/fortran/fortran-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 DESCRIPTION="Virtual for Fortran Compiler" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris" IUSE="openmp" RDEPEND=" |