diff options
author | Sam James <sam@gentoo.org> | 2024-04-25 23:17:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-25 23:17:03 +0100 |
commit | 5b18b888026813ad2eafda93b1de6e5397184d95 (patch) | |
tree | 6d3317ea4c03943fc8d18e98b798d8908d4f20b0 /dev-debug | |
parent | dev-debug/gdb: Stabilize 14.2 arm, #930688 (diff) | |
download | gentoo-5b18b888026813ad2eafda93b1de6e5397184d95.tar.gz gentoo-5b18b888026813ad2eafda93b1de6e5397184d95.tar.bz2 gentoo-5b18b888026813ad2eafda93b1de6e5397184d95.zip |
dev-debug/gdb: Stabilize 14.2 sparc, #930688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-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 a3fcca9dc3e2..a7748bf33321 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 )" |