summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-09-16 13:53:35 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-09-16 13:56:44 -0700
commitfd7b9a178439a54d4acdc2e016a9c5403b2b786f (patch)
tree94a33877e39298ae9e416c97074a82fefab06214 /app-shells/ksh
parentapp-shells/ksh: keyword 1.0.3 (diff)
downloadgentoo-fd7b9a178439a54d4acdc2e016a9c5403b2b786f.tar.gz
gentoo-fd7b9a178439a54d4acdc2e016a9c5403b2b786f.tar.bz2
gentoo-fd7b9a178439a54d4acdc2e016a9c5403b2b786f.zip
app-shells/ksh: sync live ebuild
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/ksh')
-rw-r--r--app-shells/ksh/ksh-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/ksh/ksh-9999.ebuild b/app-shells/ksh/ksh-9999.ebuild
index 8e02335af1d6..8fb7af0f3c4b 100644
--- a/app-shells/ksh/ksh-9999.ebuild
+++ b/app-shells/ksh/ksh-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit flag-o-matic toolchain-funcs
@@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ksh93/ksh"
else
- KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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}"