diff options
author | Sam James <sam@gentoo.org> | 2023-06-05 06:14:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 06:14:54 +0100 |
commit | 603e0b9fb58a93fd73caa6d3412bcef27474ee09 (patch) | |
tree | ce7806ca0d5a866e0fa48038b1c7c8d509415d7c /sci-mathematics/pari | |
parent | gui-wm/hyprland: Added check for LLVM16 (diff) | |
download | gentoo-603e0b9fb58a93fd73caa6d3412bcef27474ee09.tar.gz gentoo-603e0b9fb58a93fd73caa6d3412bcef27474ee09.tar.bz2 gentoo-603e0b9fb58a93fd73caa6d3412bcef27474ee09.zip |
sci-mathematics/pari: Stabilize 2.15.3 x86, #907855
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/pari-2.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.15.3.ebuild b/sci-mathematics/pari/pari-2.15.3.ebuild index 2c285bc6c7ab..664fd8a019f8 100644 --- a/sci-mathematics/pari/pari-2.15.3.ebuild +++ b/sci-mathematics/pari/pari-2.15.3.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2" # The subslot is the value of $soname_num obtained from # upstream's config/version script. SLOT="0/8" -KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="data doc examples fltk gmp test threads X" RESTRICT="!test? ( test )" |