diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:13:41 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:49 +0300 |
commit | c13252e68981b0bf91f3d1b6674e9bfe7c7a4415 (patch) | |
tree | 2d47fcc8e183af6cfd978df03c51fe396326865e /virtual/lapack | |
parent | virtual/cblas: destabilize for ~ppc (diff) | |
download | gentoo-c13252e68981b0bf91f3d1b6674e9bfe7c7a4415.tar.gz gentoo-c13252e68981b0bf91f3d1b6674e9bfe7c7a4415.tar.bz2 gentoo-c13252e68981b0bf91f3d1b6674e9bfe7c7a4415.zip |
virtual/lapack: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual/lapack')
-rw-r--r-- | virtual/lapack/lapack-3.10.ebuild | 4 | ||||
-rw-r--r-- | virtual/lapack/lapack-3.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/virtual/lapack/lapack-3.10.ebuild b/virtual/lapack/lapack-3.10.ebuild index 225a0ebf028c..6eb883e746ff 100644 --- a/virtual/lapack/lapack-3.10.ebuild +++ b/virtual/lapack/lapack-3.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="eselect-ldso" RDEPEND=" diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild index d8579c9fc65e..dcdf43355101 100644 --- a/virtual/lapack/lapack-3.8.ebuild +++ b/virtual/lapack/lapack-3.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="eselect-ldso" RDEPEND=" |