diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 18:56:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 18:56:48 +0000 |
commit | bcf5dc8a5aa88eb716d7382eb49e2a6ae38a805f (patch) | |
tree | ec22c10ae69f67ed8c4a19c18b2e9115d082131b /app-shells | |
parent | sys-libs/readline: Stabilize 8.1 hppa, #789921 (diff) | |
download | gentoo-bcf5dc8a5aa88eb716d7382eb49e2a6ae38a805f.tar.gz gentoo-bcf5dc8a5aa88eb716d7382eb49e2a6ae38a805f.tar.bz2 gentoo-bcf5dc8a5aa88eb716d7382eb49e2a6ae38a805f.zip |
app-shells/bash: Stabilize 5.1_p8 hppa, #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 7279d251fcb9..f65e27112680 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=" |