diff options
author | Sam James <sam@gentoo.org> | 2023-06-05 04:51:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 04:51:15 +0100 |
commit | ac09888b82c6b5eb74e216a820e71c21eca34c07 (patch) | |
tree | 952fdcf5df3247dc56c4706c455c8eecdab4c164 /sci-mathematics/pari | |
parent | sys-devel/gcc: add 14.0.0_pre20230604 (diff) | |
download | gentoo-ac09888b82c6b5eb74e216a820e71c21eca34c07.tar.gz gentoo-ac09888b82c6b5eb74e216a820e71c21eca34c07.tar.bz2 gentoo-ac09888b82c6b5eb74e216a820e71c21eca34c07.zip |
sci-mathematics/pari: Stabilize 2.15.3 ppc64, #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 123f174d15a3..4e92879b687a 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 )" |