diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 12:04:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 12:04:21 +0200 |
commit | 779baa26ecdafc4a28592f9ff719e06cfcca3509 (patch) | |
tree | 10cf34e71afce282129f698495abc7b0e4a583f3 /sys-devel | |
parent | dev-ros/urdf: revbump to fix cmake file (diff) | |
download | gentoo-779baa26ecdafc4a28592f9ff719e06cfcca3509.tar.gz gentoo-779baa26ecdafc4a28592f9ff719e06cfcca3509.tar.bz2 gentoo-779baa26ecdafc4a28592f9ff719e06cfcca3509.zip |
sys-devel/gdb: Stabilize 11.2 sparc, #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 efda76e00018..eda8169d3736 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" |