diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-29 15:56:46 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-29 15:56:46 +0300 |
commit | dc7539162391efb099e5b7b4108c71fc38e8736d (patch) | |
tree | f011fb47aae8e9039ddec683d97ebbce02da756a /sys-devel | |
parent | app-emacs/yasnippet: Keyword 0.14.0 arm64, #905202 (diff) | |
download | gentoo-dc7539162391efb099e5b7b4108c71fc38e8736d.tar.gz gentoo-dc7539162391efb099e5b7b4108c71fc38e8736d.tar.bz2 gentoo-dc7539162391efb099e5b7b4108c71fc38e8736d.zip |
sys-devel/gdb: Stabilize 12.1-r4 hppa, #905268
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-12.1-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-12.1-r4.ebuild b/sys-devel/gdb/gdb-12.1-r4.ebuild index 7d0b031dc488..89c8c8ae289e 100644 --- a/sys-devel/gdb/gdb-12.1-r4.ebuild +++ b/sys-devel/gdb/gdb-12.1-r4.ebuild @@ -49,7 +49,7 @@ LICENSE="GPL-3+ LGPL-2.1+" 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 sim source-highlight test vanilla xml xxhash" |