diff options
author | Sam James <sam@gentoo.org> | 2024-06-13 03:27:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-13 03:27:42 +0100 |
commit | 5fd31f3f093261b3c89fead890b4d261dc6731c0 (patch) | |
tree | 7ad2c9462b2346e02e1fa228c74f864abd594920 /app-shells | |
parent | app-shells/bash: Stabilize 5.1_p16-r10 ppc64, #934174 (diff) | |
download | gentoo-5fd31f3f093261b3c89fead890b4d261dc6731c0.tar.gz gentoo-5fd31f3f093261b3c89fead890b4d261dc6731c0.tar.bz2 gentoo-5fd31f3f093261b3c89fead890b4d261dc6731c0.zip |
app-shells/bash: Stabilize 5.1_p16-r10 ppc, #934174
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.1_p16-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_p16-r10.ebuild b/app-shells/bash/bash-5.1_p16-r10.ebuild index 31703bb1380b..02234da3d519 100644 --- a/app-shells/bash/bash-5.1_p16-r10.ebuild +++ b/app-shells/bash/bash-5.1_p16-r10.ebuild @@ -65,7 +65,7 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" if (( PLEVEL >= 0 )); then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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 ~ia64 ~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 +readline" |