diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:38:15 +0200 |
commit | a974ec04a4c2e190476e0f42e616c8f8e3c32ac0 (patch) | |
tree | 042c864e274b7dd70da1127abc229e9839211f60 /virtual/lapack/lapack-3.8.ebuild | |
parent | sys-process: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-a974ec04a4c2e190476e0f42e616c8f8e3c32ac0.tar.gz gentoo-a974ec04a4c2e190476e0f42e616c8f8e3c32ac0.tar.bz2 gentoo-a974ec04a4c2e190476e0f42e616c8f8e3c32ac0.zip |
virtual: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/lapack/lapack-3.8.ebuild')
-rw-r--r-- | virtual/lapack/lapack-3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild index 4d60776f6f87..5b6d24eb54da 100644 --- a/virtual/lapack/lapack-3.8.ebuild +++ b/virtual/lapack/lapack-3.8.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="eselect-ldso" RDEPEND=" |