diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-05 11:48:02 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-05 11:48:02 +0000 |
commit | 42308cc2a9f0e1e26da32d4ba780b67d1e5625c8 (patch) | |
tree | 50b5073d2d9052224ee1e4b732a5b57f363f6dc2 /app-shells | |
parent | dev-python/uvloop: Stabilize 0.21.0_beta1 arm, #940801 (diff) | |
download | gentoo-42308cc2a9f0e1e26da32d4ba780b67d1e5625c8.tar.gz gentoo-42308cc2a9f0e1e26da32d4ba780b67d1e5625c8.tar.bz2 gentoo-42308cc2a9f0e1e26da32d4ba780b67d1e5625c8.zip |
app-shells/bash: Stabilize 5.2_p37 arm, #940837
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.2_p37.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.2_p37.ebuild b/app-shells/bash/bash-5.2_p37.ebuild index f0189cdd3616..eb04fa031660 100644 --- a/app-shells/bash/bash-5.2_p37.ebuild +++ b/app-shells/bash/bash-5.2_p37.ebuild @@ -65,7 +65,7 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" if (( PLEVEL >= 0 )); then - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi IUSE="afs bashlogger examples mem-scramble +net nls plugins pgo +readline" |