diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 18:50:13 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 19:02:42 +1200 |
commit | 96d9fcacbeb318ea090a0f432eeedc57e1aa39ce (patch) | |
tree | 92e59a348f5271bf16f66a604efba13b0625392c /sci-mathematics | |
parent | x11-misc/birdtray: use BDEPEND (diff) | |
download | gentoo-96d9fcacbeb318ea090a0f432eeedc57e1aa39ce.tar.gz gentoo-96d9fcacbeb318ea090a0f432eeedc57e1aa39ce.tar.bz2 gentoo-96d9fcacbeb318ea090a0f432eeedc57e1aa39ce.zip |
sci-mathematics/eclib: Drop macos prefixes re bug #690140
Depends:
- sci-mathematics/pari
- 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/eclib/eclib-20190909.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/eclib/eclib-20190909.ebuild b/sci-mathematics/eclib/eclib-20190909.ebuild index ffffddd7a61d..e43120cdeb45 100644 --- a/sci-mathematics/eclib/eclib-20190909.ebuild +++ b/sci-mathematics/eclib/eclib-20190909.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/6" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="boost flint minimal static-libs test" RESTRICT="!test? ( test )" |