diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-08 21:37:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-08 21:37:47 +0200 |
commit | b76278006dca824b31a96cc73f504ff1f59db11d (patch) | |
tree | 056e3e076213ff8fb0b236968586aa596ca47bb0 /app-shells | |
parent | sys-libs/readline: Stabilize 8.1_p2 arm64, #832876 (diff) | |
download | gentoo-b76278006dca824b31a96cc73f504ff1f59db11d.tar.gz gentoo-b76278006dca824b31a96cc73f504ff1f59db11d.tar.bz2 gentoo-b76278006dca824b31a96cc73f504ff1f59db11d.zip |
app-shells/bash: Stabilize 5.1_p16 arm64, #832876
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.1_p16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_p16.ebuild b/app-shells/bash/bash-5.1_p16.ebuild index a411e739b553..210c50044a0b 100644 --- a/app-shells/bash/bash-5.1_p16.ebuild +++ b/app-shells/bash/bash-5.1_p16.ebuild @@ -47,7 +47,7 @@ fi LICENSE="GPL-3" SLOT="0" [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline" DEPEND=" |