diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-21 07:23:35 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-21 07:23:35 +0300 |
commit | d9b196249cbe7704f4df8d430629d3453fc4925e (patch) | |
tree | 9a2a98e4db1c31c85f0e35aa8bfb0b982415748a /app-shells | |
parent | dev-php/PEAR-Console_CommandLine: Stabilize 1.2.6 sparc, #934615 (diff) | |
download | gentoo-d9b196249cbe7704f4df8d430629d3453fc4925e.tar.gz gentoo-d9b196249cbe7704f4df8d430629d3453fc4925e.tar.bz2 gentoo-d9b196249cbe7704f4df8d430629d3453fc4925e.zip |
app-shells/bash: Stabilize 5.2_p26-r5 sparc, #934622
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.2_p26-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.2_p26-r5.ebuild b/app-shells/bash/bash-5.2_p26-r5.ebuild index 1170ddb10c9b..e8eaa353cf21 100644 --- a/app-shells/bash/bash-5.2_p26-r5.ebuild +++ b/app-shells/bash/bash-5.2_p26-r5.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 pgo +readline" |