diff options
author | Sam James <sam@gentoo.org> | 2021-11-03 21:08:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-03 21:09:06 +0000 |
commit | 4a782494a9d752276d242d8569d3fa2a6fc75404 (patch) | |
tree | 704c6cca55b57abaa61714f187046c5db2356313 /sys-devel/gdb | |
parent | app-emulation/docker: don't inherit bash-completion-r1 (diff) | |
download | gentoo-4a782494a9d752276d242d8569d3fa2a6fc75404.tar.gz gentoo-4a782494a9d752276d242d8569d3fa2a6fc75404.tar.bz2 gentoo-4a782494a9d752276d242d8569d3fa2a6fc75404.zip |
sys-devel/gdb: Stabilize 11.1 hppa, #820914
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-11.1.ebuild b/sys-devel/gdb/gdb-11.1.ebuild index bcd3ce89b95c..a35356a474b0 100644 --- a/sys-devel/gdb/gdb-11.1.ebuild +++ b/sys-devel/gdb/gdb-11.1.ebuild @@ -47,7 +47,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~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 ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="cet guile lzma multitarget nls +python +server source-highlight test vanilla xml xxhash" |