diff options
author | Sam James <sam@gentoo.org> | 2024-04-25 23:17:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-25 23:17:05 +0100 |
commit | 5afa61f9924b4d4029fca482415405fe7fbfcd0a (patch) | |
tree | d0f1f8b22ed6b1f96c8274cac2f32fc1fdf9745d /dev-debug/gdb | |
parent | dev-debug/gdb: Stabilize 14.2 sparc, #930688 (diff) | |
download | gentoo-5afa61f9924b4d4029fca482415405fe7fbfcd0a.tar.gz gentoo-5afa61f9924b4d4029fca482415405fe7fbfcd0a.tar.bz2 gentoo-5afa61f9924b4d4029fca482415405fe7fbfcd0a.zip |
dev-debug/gdb: Stabilize 14.2 arm64, #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 a7748bf33321..c1e66d2c4562 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 )" |