diff options
author | Sam James <sam@gentoo.org> | 2022-02-19 05:19:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-19 05:19:39 +0000 |
commit | e16960ffbdf1f06286ea07388c32e9a36c6261d4 (patch) | |
tree | f86b6788ecad6485be39e579886177a39ed29118 /sys-devel | |
parent | media-libs/amf-headers: fix copyright year (diff) | |
download | gentoo-e16960ffbdf1f06286ea07388c32e9a36c6261d4.tar.gz gentoo-e16960ffbdf1f06286ea07388c32e9a36c6261d4.tar.bz2 gentoo-e16960ffbdf1f06286ea07388c32e9a36c6261d4.zip |
sys-devel/gdb: Stabilize 11.2 ppc64, #833660
Signed-off-by: Sam James <sam@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 5d94a786ab4d..efda76e00018 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" |