diff options
author | Sam James <sam@gentoo.org> | 2023-01-11 06:04:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-11 06:04:38 +0000 |
commit | 12c5d67f53723a24caf9f20a6e9512399ee09aa8 (patch) | |
tree | dc38030995de5405473699e3a076bc6701d09f56 /sys-devel/gdb | |
parent | sys-devel/gdb: Stabilize 12.1-r3 arm64, #890381 (diff) | |
download | gentoo-12c5d67f53723a24caf9f20a6e9512399ee09aa8.tar.gz gentoo-12c5d67f53723a24caf9f20a6e9512399ee09aa8.tar.bz2 gentoo-12c5d67f53723a24caf9f20a6e9512399ee09aa8.zip |
sys-devel/gdb: Stabilize 12.1-r3 x86, #890381
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-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 4507c75c1e45..060a9a41da4c 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" |