diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:52:36 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:06 +0300 |
commit | 3bfe0fa47ec7e015b9342f068d9c5187de02b52e (patch) | |
tree | 7b5522f43adc871c1d7f8a06df2dee8967ffc00c /sci-libs/m4ri | |
parent | sci-libs/lmfit: destabilize for ~x86 (diff) | |
download | gentoo-3bfe0fa47ec7e015b9342f068d9c5187de02b52e.tar.gz gentoo-3bfe0fa47ec7e015b9342f068d9c5187de02b52e.tar.bz2 gentoo-3bfe0fa47ec7e015b9342f068d9c5187de02b52e.zip |
sci-libs/m4ri: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/m4ri')
-rw-r--r-- | sci-libs/m4ri/m4ri-20200125.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/m4ri/m4ri-20200125.ebuild b/sci-libs/m4ri/m4ri-20200125.ebuild index ae6db04b9138..3b265a53a4ce 100644 --- a/sci-libs/m4ri/m4ri-20200125.ebuild +++ b/sci-libs/m4ri/m4ri-20200125.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://bitbucket.org/malb/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug openmp cpu_flags_x86_sse2 png static-libs" BDEPEND="virtual/pkgconfig" |