diff options
author | Sam James <sam@gentoo.org> | 2024-10-14 01:50:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-14 01:50:23 +0100 |
commit | ed10f1d6f18d62f9acaf35a2ccf2d40c9db379e5 (patch) | |
tree | eaddd841c36c6e41aa1d81fb4d5d3e2930f2384f /dev-debug | |
parent | sys-cluster/ceph: fix compat w/ newer importlib (diff) | |
download | gentoo-ed10f1d6f18d62f9acaf35a2ccf2d40c9db379e5.tar.gz gentoo-ed10f1d6f18d62f9acaf35a2ccf2d40c9db379e5.tar.bz2 gentoo-ed10f1d6f18d62f9acaf35a2ccf2d40c9db379e5.zip |
dev-debug/gdb: Stabilize 15.2 amd64, #941497
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/gdb/gdb-15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/gdb/gdb-15.2.ebuild b/dev-debug/gdb/gdb-15.2.ebuild index e96152e91e73..ce3851b7ab44 100644 --- a/dev-debug/gdb/gdb-15.2.ebuild +++ b/dev-debug/gdb/gdb-15.2.ebuild @@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="cet debuginfod 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" |