diff options
author | 2024-06-20 19:27:31 +0100 | |
---|---|---|
committer | 2024-06-20 19:27:31 +0100 | |
commit | 8abaf3ceaa31d77e07a568daa34eec1582fedce1 (patch) | |
tree | 58e3b41ed70ebf3d0bdb2ad92be436cc5f345c3a /app-shells | |
parent | app-shells/bash: Stabilize 5.1_p16-r12 hppa, #934174 (diff) | |
download | gentoo-8abaf3ceaa31d77e07a568daa34eec1582fedce1.tar.gz gentoo-8abaf3ceaa31d77e07a568daa34eec1582fedce1.tar.bz2 gentoo-8abaf3ceaa31d77e07a568daa34eec1582fedce1.zip |
app-shells/bash: Stabilize 5.1_p16-r12 sparc, #934174
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.1_p16-r12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_p16-r12.ebuild b/app-shells/bash/bash-5.1_p16-r12.ebuild index edca64f90a86..cc9ce6983938 100644 --- a/app-shells/bash/bash-5.1_p16-r12.ebuild +++ b/app-shells/bash/bash-5.1_p16-r12.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" |