summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-07-03 08:38:18 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-07-03 08:38:30 +0300
commit0104be940ba181a080bf45c6e9c74df8590754d8 (patch)
tree5c81889158278e70159da506ee5addc13ce4c675 /app-shells
parentapp-text/crwx-ng: move setup-wxwidgets to src_configure (diff)
downloadgentoo-0104be940ba181a080bf45c6e9c74df8590754d8.tar.gz
gentoo-0104be940ba181a080bf45c6e9c74df8590754d8.tar.bz2
gentoo-0104be940ba181a080bf45c6e9c74df8590754d8.zip
app-shells/ksh: Stabilize 1.0.8 x86, #935380
Signed-off-by: Joonas Niilola <juippis@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 5d18e29dc3ca..1d31302e6655 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}"