diff options
author | 2017-03-05 14:22:52 +1300 | |
---|---|---|
committer | 2017-03-07 07:58:37 +1300 | |
commit | b4f4c09d90a5e163399c749b322c0695504fe500 (patch) | |
tree | e68550dc50a106f7f5dee988edf08b186d4d4c90 /virtual | |
parent | virtual/cblas: Remove MULTILIB_COMPAT restriction (diff) | |
download | sci-b4f4c09d90a5e163399c749b322c0695504fe500.tar.gz sci-b4f4c09d90a5e163399c749b322c0695504fe500.tar.bz2 sci-b4f4c09d90a5e163399c749b322c0695504fe500.zip |
virtual/lapack: Remove MULTILIB_COMPAT restriction
Package-Manager: portage-2.3.3
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/lapack/lapack-3.6-r100.ebuild | 4 | ||||
-rw-r--r-- | virtual/lapack/lapack-3.7-r100.ebuild | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/virtual/lapack/lapack-3.6-r100.ebuild b/virtual/lapack/lapack-3.6-r100.ebuild index a7f119675..64256ca6d 100644 --- a/virtual/lapack/lapack-3.6-r100.ebuild +++ b/virtual/lapack/lapack-3.6-r100.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit multilib-build DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation" diff --git a/virtual/lapack/lapack-3.7-r100.ebuild b/virtual/lapack/lapack-3.7-r100.ebuild index 0433823c9..64256ca6d 100644 --- a/virtual/lapack/lapack-3.7-r100.ebuild +++ b/virtual/lapack/lapack-3.7-r100.ebuild @@ -3,8 +3,6 @@ EAPI=6 -MULTILIB_COMPAT=( abi_x86_{32,64} ) - inherit multilib-build DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation" |