diff options
author | 2023-01-11 05:15:18 +0000 | |
---|---|---|
committer | 2023-01-11 05:15:26 +0000 | |
commit | 0690819306aabed8c734dc8f4d94c8d903474506 (patch) | |
tree | 9ce399945018c7899dac4b872910c231ffb35168 /sys-devel/gdb | |
parent | sec-keys/openpgp-keys-apache-tomcat: Stabilize 10.1.4 amd64, #890359 (diff) | |
download | gentoo-0690819306aabed8c734dc8f4d94c8d903474506.tar.gz gentoo-0690819306aabed8c734dc8f4d94c8d903474506.tar.bz2 gentoo-0690819306aabed8c734dc8f4d94c8d903474506.zip |
sys-devel/gdb: Stabilize 12.1-r3 amd64, #890381
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-12.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-12.1-r3.ebuild b/sys-devel/gdb/gdb-12.1-r3.ebuild index d488fd670d9c..6e8be1073895 100644 --- a/sys-devel/gdb/gdb-12.1-r3.ebuild +++ b/sys-devel/gdb/gdb-12.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |