diff options
author | 2023-01-11 07:50:26 +0000 | |
---|---|---|
committer | 2023-01-11 07:50:26 +0000 | |
commit | 59906936100e85e453f4a6057b2c7b855bce58db (patch) | |
tree | ddc0c20fef113566fa8ceca1e5717aa885be9880 /sys-devel | |
parent | dev-cpp/rapidyaml: Stabilize 0.5.0 amd64, #890350 (diff) | |
download | gentoo-59906936100e85e453f4a6057b2c7b855bce58db.tar.gz gentoo-59906936100e85e453f4a6057b2c7b855bce58db.tar.bz2 gentoo-59906936100e85e453f4a6057b2c7b855bce58db.zip |
sys-devel/gdb: Stabilize 12.1-r3 ppc, #890381
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 8170d934aa47..8665f715d490 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" |