diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:53:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:10 +0300 |
commit | 180a051b24c7f3d7c969c14badc873ea3a7a72f1 (patch) | |
tree | ffa4013d4251909e01b02f926552ab746403805f /sci-libs/qd | |
parent | sci-libs/punc: destabilize for ~x86 (diff) | |
download | gentoo-180a051b24c7f3d7c969c14badc873ea3a7a72f1.tar.gz gentoo-180a051b24c7f3d7c969c14badc873ea3a7a72f1.tar.bz2 gentoo-180a051b24c7f3d7c969c14badc873ea3a7a72f1.zip |
sci-libs/qd: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/qd')
-rw-r--r-- | sci-libs/qd/qd-2.3.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/qd/qd-2.3.23.ebuild b/sci-libs/qd/qd-2.3.23.ebuild index 4517c4163f9f..2f8569afa28c 100644 --- a/sci-libs/qd/qd-2.3.23.ebuild +++ b/sci-libs/qd/qd-2.3.23.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 @@ -13,7 +13,7 @@ SRC_URI="https://www.davidhbailey.com/dhbsoftware/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 doc fortran" src_configure() { |