diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 18:56:20 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 19:02:46 +1200 |
commit | 560a9305947ccbc455b9fd51d40e81df8b73212c (patch) | |
tree | 2c663281a387ddc73460c7c63d266429dbc3f5fe /sci-mathematics/maxima/maxima-5.38.1.ebuild | |
parent | sci-mathematics/eclib: Drop macos prefixes re bug #690140 (diff) | |
download | gentoo-560a9305947ccbc455b9fd51d40e81df8b73212c.tar.gz gentoo-560a9305947ccbc455b9fd51d40e81df8b73212c.tar.bz2 gentoo-560a9305947ccbc455b9fd51d40e81df8b73212c.zip |
sci-mathematics/maxima: Drop macos prefixes 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/maxima/maxima-5.38.1.ebuild')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.38.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/maxima-5.38.1.ebuild b/sci-mathematics/maxima/maxima-5.38.1.ebuild index a97ec7dee443..5725c52e4060 100644 --- a/sci-mathematics/maxima/maxima-5.38.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.38.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" # Supported lisps LISPS=( sbcl cmucl gcl ecls clozurecl clisp ) |