Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecls/
Date: Wed, 19 Jan 2022 01:12:34
Message-Id: 1642554741.dde79ca3f3f8ef67d182aaf6bb66a46a4349958a.sam@gentoo
1 commit: dde79ca3f3f8ef67d182aaf6bb66a46a4349958a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 01:12:21 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 01:12:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde79ca3
7
8 dev-lisp/ecls: Keyword 21.2.1-r4 ppc64, #831429
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lisp/ecls/ecls-21.2.1-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lisp/ecls/ecls-21.2.1-r4.ebuild b/dev-lisp/ecls/ecls-21.2.1-r4.ebuild
16 index 0f4009c48622..d77a8f329dc5 100644
17 --- a/dev-lisp/ecls/ecls-21.2.1-r4.ebuild
18 +++ b/dev-lisp/ecls/ecls-21.2.1-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
26
27 LICENSE="BSD-2 LGPL-2.1+"
28 SLOT="0/${PV}"
29 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
30 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
31 IUSE="cxx debug emacs gengc precisegc cpu_flags_x86_sse +threads +unicode X"
32 # test phase only works if ecls already installed #516876
33 RESTRICT="test"