diff options
author | Sam James <sam@gentoo.org> | 2024-10-13 00:35:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-13 00:35:03 +0100 |
commit | 3ba15abf77dedc17480c4fe07f80c4d4960ba3f9 (patch) | |
tree | da1e9602f4ef10b59cb5517fa0e1082e0b3a1fa7 /app-shells | |
parent | net-misc/memcached: add 1.6.31 (diff) | |
download | gentoo-3ba15abf77dedc17480c4fe07f80c4d4960ba3f9.tar.gz gentoo-3ba15abf77dedc17480c4fe07f80c4d4960ba3f9.tar.bz2 gentoo-3ba15abf77dedc17480c4fe07f80c4d4960ba3f9.zip |
app-shells/bash: Stabilize 5.2_p37 sparc, #940837
Signed-off-by: Sam James <sam@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 0301bc84dfc6..376c163c01c8 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" |