summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-03 03:33:29 +0100
committerSam James <sam@gentoo.org>2024-07-03 03:33:29 +0100
commite1e5febe40d1f00e1654e6cf06f9638382bb7ada (patch)
tree77e2f7b5e99e56f5e9b55dfeb7455014d99b2c01 /app-shells
parentdev-build/cmake: fix CMAKE_DOCS_VERSION (diff)
downloadgentoo-e1e5febe40d1f00e1654e6cf06f9638382bb7ada.tar.gz
gentoo-e1e5febe40d1f00e1654e6cf06f9638382bb7ada.tar.bz2
gentoo-e1e5febe40d1f00e1654e6cf06f9638382bb7ada.zip
app-shells/ksh: Stabilize 1.0.8 amd64, #935380
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ksh/ksh-1.0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/ksh/ksh-1.0.8.ebuild b/app-shells/ksh/ksh-1.0.8.ebuild
index 518ca2d59d74..5d18e29dc3ca 100644
--- a/app-shells/ksh/ksh-1.0.8.ebuild
+++ b/app-shells/ksh/ksh-1.0.8.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}"