commit: 1f76e63befe4f4739f9e25f6272e58d7840ff103
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 01:15:22 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 01:15:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f76e63b
app-shells/ksh: Stabilize 1.0.10 arm, #954423
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/ksh/ksh-1.0.10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/ksh/ksh-1.0.10.ebuild b/app-shells/ksh/ksh-1.0.10.ebuild
index bcbd8a496587..24a5c7c6ebab 100644
--- a/app-shells/ksh/ksh-1.0.10.ebuild
+++ b/app-shells/ksh/ksh-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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 ~loong ~m68k ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~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}"