diff options
author | Sam James <sam@gentoo.org> | 2022-02-19 02:40:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-19 02:40:51 +0000 |
commit | f1848ca092a983557f151b402fda71844593809b (patch) | |
tree | b7a7694ab658dffa6e5ffd8d8223765954ecf301 /sys-devel/gdb | |
parent | sys-libs/timezone-data: Stabilize 2021e x86, #833659 (diff) | |
download | gentoo-f1848ca092a983557f151b402fda71844593809b.tar.gz gentoo-f1848ca092a983557f151b402fda71844593809b.tar.bz2 gentoo-f1848ca092a983557f151b402fda71844593809b.zip |
sys-devel/gdb: Stabilize 11.2 amd64, #833660
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-11.2.ebuild b/sys-devel/gdb/gdb-11.2.ebuild index 71cd4a2dde33..62444f234778 100644 --- a/sys-devel/gdb/gdb-11.2.ebuild +++ b/sys-devel/gdb/gdb-11.2.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" |