diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 19:01:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 19:01:51 +0000 |
commit | 753e9931c64615d6455621bd03ac82d87f224975 (patch) | |
tree | 09a1e2f3f066c50447e9959cd6dec9c3559fc63c /app-shells | |
parent | sys-libs/readline: Stabilize 8.1 sparc, #789921 (diff) | |
download | gentoo-753e9931c64615d6455621bd03ac82d87f224975.tar.gz gentoo-753e9931c64615d6455621bd03ac82d87f224975.tar.bz2 gentoo-753e9931c64615d6455621bd03ac82d87f224975.zip |
app-shells/bash: Stabilize 5.1_p8 sparc, #789921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/bash-5.1_p8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-5.1_p8.ebuild b/app-shells/bash/bash-5.1_p8.ebuild index f65e27112680..a8f2880bece7 100644 --- a/app-shells/bash/bash-5.1_p8.ebuild +++ b/app-shells/bash/bash-5.1_p8.ebuild @@ -47,7 +47,7 @@ fi LICENSE="GPL-3" SLOT="0" [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline" DEPEND=" |