Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/ksh/
Date: Tue, 21 Dec 2021 11:03:50
Message-Id: 1640084599.3b70f16ab7a93eadc02fff96de9676e3a8e1f482.chewi@gentoo
1 commit: 3b70f16ab7a93eadc02fff96de9676e3a8e1f482
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 11:03:19 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 11:03:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b70f16a
7
8 app-shells/ksh: Keyword 1.0.0_beta2 for ~m68k
9
10 27 tests failed. 3 of them were numerical, which is not unusual on
11 this platform. 2 of them may have been due to building over NFS. The
12 rest appear to have something to do with line endings, which is a bit
13 more concerning. It generally seems to work though.
14
15 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
16
17 app-shells/ksh/ksh-1.0.0_beta2.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-shells/ksh/ksh-1.0.0_beta2.ebuild b/app-shells/ksh/ksh-1.0.0_beta2.ebuild
21 index 0e9fc60a7871..3cfdd740bc9a 100644
22 --- a/app-shells/ksh/ksh-1.0.0_beta2.ebuild
23 +++ b/app-shells/ksh/ksh-1.0.0_beta2.ebuild
24 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ksh93/${PN}/archive/v${MY_PV}/ksh-v${MY_PV}.tar.gz"
25 LICENSE="EPL-1.0"
26 SLOT="0"
27
28 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
29 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
30
31 S="${WORKDIR}/${PN}-${MY_PV}"