diff options
author | Sam James <sam@gentoo.org> | 2023-01-11 06:04:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-11 06:04:39 +0000 |
commit | eb63cd5cb89c8d7b466c34633d319a59a049d9f8 (patch) | |
tree | 1b2190890aa20e26d77560e19f57ce96f2346be8 /sys-devel | |
parent | sys-devel/gdb: Stabilize 12.1-r3 ppc64, #890381 (diff) | |
download | gentoo-eb63cd5cb89c8d7b466c34633d319a59a049d9f8.tar.gz gentoo-eb63cd5cb89c8d7b466c34633d319a59a049d9f8.tar.bz2 gentoo-eb63cd5cb89c8d7b466c34633d319a59a049d9f8.zip |
sys-devel/gdb: Stabilize 12.1-r3 sparc, #890381
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-12.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-12.1-r3.ebuild b/sys-devel/gdb/gdb-12.1-r3.ebuild index 3b90cc0a8b0a..8170d934aa47 100644 --- a/sys-devel/gdb/gdb-12.1-r3.ebuild +++ b/sys-devel/gdb/gdb-12.1-r3.ebuild @@ -44,7 +44,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 source-highlight test vanilla xml xxhash" |