commit: 3f180e866470b7d34a38d7dc8ccd917c2eb19619 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 27 13:39:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 27 13:39:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f180e86
app-shells/ksh: Stabilize 1.0.4 arm64, #886017 Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/ksh/ksh-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/ksh/ksh-1.0.4.ebuild b/app-shells/ksh/ksh-1.0.4.ebuild index 0ffa5fa38a5e..b487266dca45 100644 --- a/app-shells/ksh/ksh-1.0.4.ebuild +++ b/app-shells/ksh/ksh-1.0.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ksh93/ksh" else - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" MY_PV=$(ver_rs 3 - 4 .) SRC_URI="https://github.com/ksh93/${PN}/archive/v${MY_PV}/ksh-v${MY_PV}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}"