diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-15 23:01:36 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-15 23:01:46 -0800 |
commit | eeba5436efbda62abc9a0718cb5d8ea536312f4f (patch) | |
tree | 35dea46605ce4cadbba0c5d7687a3ca440311c24 /app-shells/ksh | |
parent | dev-libs/raft: drop 0.11.3 (diff) | |
download | gentoo-eeba5436efbda62abc9a0718cb5d8ea536312f4f.tar.gz gentoo-eeba5436efbda62abc9a0718cb5d8ea536312f4f.tar.bz2 gentoo-eeba5436efbda62abc9a0718cb5d8ea536312f4f.zip |
app-shells/ksh: Keyword 1.0.0_beta2 alpha, #829226
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ksh-1.0.0_beta2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/ksh/ksh-1.0.0_beta2.ebuild b/app-shells/ksh/ksh-1.0.0_beta2.ebuild index 4ea8bdc99c17..6ff7b141d0d7 100644 --- a/app-shells/ksh/ksh-1.0.0_beta2.ebuild +++ b/app-shells/ksh/ksh-1.0.0_beta2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ksh93/${PN}/archive/v${MY_PV}/ksh-v${MY_PV}.tar.gz" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/${PN}-${MY_PV}" |