diff options
author | 2023-04-30 08:03:12 +0100 | |
---|---|---|
committer | 2023-04-30 08:03:20 +0100 | |
commit | 8a66c98e376c599bd4f1b2e58e0010335280a46d (patch) | |
tree | 7670d9b523d8a2e4f753eb326f8d4e6a1d707b6d /sys-devel/gdb | |
parent | app-text/editorconfig-core-c: add 0.12.6 (diff) | |
download | gentoo-8a66c98e376c599bd4f1b2e58e0010335280a46d.tar.gz gentoo-8a66c98e376c599bd4f1b2e58e0010335280a46d.tar.bz2 gentoo-8a66c98e376c599bd4f1b2e58e0010335280a46d.zip |
sys-devel/gdb: Stabilize 13.1.90_p20230325 sparc, #905357
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-13.1.90_p20230325.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild index b725384e5a52..06eefbdd35f0 100644 --- a/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild +++ b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild @@ -72,7 +72,7 @@ LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="cet guile lzma multitarget nls +python +server sim source-highlight test vanilla xml xxhash zstd" if [[ -n ${REGULAR_RELEASE} ]] ; then - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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 ~loong ~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 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" |