diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-21 15:03:06 +0000 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-26 22:21:13 +0200 |
commit | 82bcbae0ddd825052156e3996c4f5c8ede7091bc (patch) | |
tree | 8d3db8f943b87338d4ec357bf2fb95cf90871285 /sci-mathematics | |
parent | linux-info.eclass: Pass M=${T} to the Linux Makefile unconditionally. (diff) | |
download | gentoo-82bcbae0ddd825052156e3996c4f5c8ede7091bc.tar.gz gentoo-82bcbae0ddd825052156e3996c4f5c8ede7091bc.tar.bz2 gentoo-82bcbae0ddd825052156e3996c4f5c8ede7091bc.zip |
sci-mathematics/pari: arm keyworded (bug #710994)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/pari-2.11.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.11.4.ebuild b/sci-mathematics/pari/pari-2.11.4.ebuild index 564ed9639a71..8dc1c90f6f0e 100644 --- a/sci-mathematics/pari/pari-2.11.4.ebuild +++ b/sci-mathematics/pari/pari-2.11.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://pari.math.u-bordeaux.fr/pub/${PN}/unix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/6" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="data doc fltk gmp test threads X" RESTRICT="!test? ( test )" |