diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 13:31:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 14:01:32 +0200 |
commit | 65af21300cdb6c015ff0dce6987b6a755e46ba0a (patch) | |
tree | fb3369fb698e90fd2e4c52d132ea2b2030f7ca9b /sys-devel | |
parent | dev-lang/erlang: Stabilize 24.2 ppc64, #833692 (diff) | |
download | gentoo-65af21300cdb6c015ff0dce6987b6a755e46ba0a.tar.gz gentoo-65af21300cdb6c015ff0dce6987b6a755e46ba0a.tar.bz2 gentoo-65af21300cdb6c015ff0dce6987b6a755e46ba0a.zip |
sys-devel/gdb: Stabilize 11.2 arm, #833660
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 eda8169d3736..adfe92bbb7b6 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" |