diff options
author | Sam James <sam@gentoo.org> | 2024-04-25 23:17:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-25 23:17:02 +0100 |
commit | a66e0f3e89add94a91949d92b5914b512f3683b4 (patch) | |
tree | 6166d4b324d48180de96a2bf2804791a6a2b16c8 /dev-debug/gdb | |
parent | app-shells/ugit: Stabilize 0.4.3 amd64, #930687 (diff) | |
download | gentoo-a66e0f3e89add94a91949d92b5914b512f3683b4.tar.gz gentoo-a66e0f3e89add94a91949d92b5914b512f3683b4.tar.bz2 gentoo-a66e0f3e89add94a91949d92b5914b512f3683b4.zip |
dev-debug/gdb: Stabilize 14.2 arm, #930688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/gdb')
-rw-r--r-- | dev-debug/gdb/gdb-14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/gdb/gdb-14.2.ebuild b/dev-debug/gdb/gdb-14.2.ebuild index 541bf7f8915a..a3fcca9dc3e2 100644 --- a/dev-debug/gdb/gdb-14.2.ebuild +++ b/dev-debug/gdb/gdb-14.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 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~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 )" |