diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-12-21 11:03:19 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-12-21 11:03:19 +0000 |
commit | 3b70f16ab7a93eadc02fff96de9676e3a8e1f482 (patch) | |
tree | a9343f967e86c5929ca67f28d2e7caaa48f4c60f /app-shells | |
parent | app-admin/apache-tools: Security bump to version 2.4.52 (diff) | |
download | gentoo-3b70f16ab7a93eadc02fff96de9676e3a8e1f482.tar.gz gentoo-3b70f16ab7a93eadc02fff96de9676e3a8e1f482.tar.bz2 gentoo-3b70f16ab7a93eadc02fff96de9676e3a8e1f482.zip |
app-shells/ksh: Keyword 1.0.0_beta2 for ~m68k
27 tests failed. 3 of them were numerical, which is not unusual on
this platform. 2 of them may have been due to building over NFS. The
rest appear to have something to do with line endings, which is a bit
more concerning. It generally seems to work though.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/ksh/ksh-1.0.0_beta2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/ksh/ksh-1.0.0_beta2.ebuild b/app-shells/ksh/ksh-1.0.0_beta2.ebuild index 0e9fc60a7871..3cfdd740bc9a 100644 --- a/app-shells/ksh/ksh-1.0.0_beta2.ebuild +++ b/app-shells/ksh/ksh-1.0.0_beta2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ksh93/${PN}/archive/v${MY_PV}/ksh-v${MY_PV}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" S="${WORKDIR}/${PN}-${MY_PV}" |