diff options
author | Sam James <sam@gentoo.org> | 2022-01-19 01:12:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-19 01:12:21 +0000 |
commit | dde79ca3f3f8ef67d182aaf6bb66a46a4349958a (patch) | |
tree | ddaa555ea318b19ba8c9e6b22e9129274c989492 /dev-lisp/ecls | |
parent | dev-lisp/clisp: Keyword 2.49.92-r1 ppc64, #831429 (diff) | |
download | gentoo-dde79ca3f3f8ef67d182aaf6bb66a46a4349958a.tar.gz gentoo-dde79ca3f3f8ef67d182aaf6bb66a46a4349958a.tar.bz2 gentoo-dde79ca3f3f8ef67d182aaf6bb66a46a4349958a.zip |
dev-lisp/ecls: Keyword 21.2.1-r4 ppc64, #831429
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ecls-21.2.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lisp/ecls/ecls-21.2.1-r4.ebuild b/dev-lisp/ecls/ecls-21.2.1-r4.ebuild index 0f4009c48622..d77a8f329dc5 100644 --- a/dev-lisp/ecls/ecls-21.2.1-r4.ebuild +++ b/dev-lisp/ecls/ecls-21.2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD-2 LGPL-2.1+" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X" # test phase only works if ecls already installed #516876 RESTRICT="test" |