diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 19:01:32 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 19:02:49 +1200 |
commit | 2e53298c96157f6f96dea860f15bc66835e5356c (patch) | |
tree | 6a533ce7bca4a8360ebfb4d80e1643519c22e03e /sci-mathematics | |
parent | sci-mathematics/maxima: Drop macos prefixes re bug #690140 (diff) | |
download | gentoo-2e53298c96157f6f96dea860f15bc66835e5356c.tar.gz gentoo-2e53298c96157f6f96dea860f15bc66835e5356c.tar.bz2 gentoo-2e53298c96157f6f96dea860f15bc66835e5356c.zip |
sci-mathematics/pari: Drop x86-{macos,solaris} re bug #690140
Depends:
- x11-misc/xdg-utils
- dev-perl/Net-DBus
- dev-perl/XML-Twig
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@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 83c80f0b2269..83c7847848a6 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 ~arm ~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" IUSE="data doc fltk gmp test threads X" RESTRICT="!test? ( test )" |