summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-27 19:46:53 +0000
committerSam James <sam@gentoo.org>2022-12-27 19:53:13 +0000
commit3d60c84736e9ab2471949e910f8fff3ffe118bfc (patch)
treed93b0006edec5a0a2b204fb21bb3d531dde884d1 /app-shells
parentapp-alternatives/lex: Stabilize 0-r1 ppc, #886017 (diff)
downloadgentoo-3d60c84736e9ab2471949e910f8fff3ffe118bfc.tar.gz
gentoo-3d60c84736e9ab2471949e910f8fff3ffe118bfc.tar.bz2
gentoo-3d60c84736e9ab2471949e910f8fff3ffe118bfc.zip
app-shells/ksh: Stabilize 1.0.4 ppc, #886017
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ksh/ksh-1.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/ksh/ksh-1.0.4.ebuild b/app-shells/ksh/ksh-1.0.4.ebuild
index 7444f2eca2ad..9e2da9187a45 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}"