diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-05 09:06:46 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-05 09:06:46 +0000 |
commit | d455bc796d814e596afabb96636559be309b31d3 (patch) | |
tree | 2e5f5eb7e9aa859c19e253494b8ccea35a8e504b /app-shells | |
parent | dev-python/pyproject-fmt: Stabilize 2.2.4 arm, #940811 (diff) | |
download | gentoo-d455bc796d814e596afabb96636559be309b31d3.tar.gz gentoo-d455bc796d814e596afabb96636559be309b31d3.tar.bz2 gentoo-d455bc796d814e596afabb96636559be309b31d3.zip |
app-shells/bash: Stabilize 5.2_p37 x86, #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 c87093ac3a12..82a3edf372f5 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" |