diff options
author | 2023-12-08 09:09:25 +0200 | |
---|---|---|
committer | 2023-12-08 09:09:25 +0200 | |
commit | 2490414b0f42566337a2c171fc7aa4b3e864bad1 (patch) | |
tree | d4937d21a5f95ae37ae7e12a9a8fa28cfa7a94fc /sys-devel | |
parent | profiles: mask broken =dev-util/bcc-0.29.0 (diff) | |
download | gentoo-2490414b0f42566337a2c171fc7aa4b3e864bad1.tar.gz gentoo-2490414b0f42566337a2c171fc7aa4b3e864bad1.tar.bz2 gentoo-2490414b0f42566337a2c171fc7aa4b3e864bad1.zip |
sys-devel/gdb: Stabilize 13.2-r2 arm, #916833
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-13.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-13.2-r2.ebuild b/sys-devel/gdb/gdb-13.2-r2.ebuild index ad612f81a82d..9157c229e511 100644 --- a/sys-devel/gdb/gdb-13.2-r2.ebuild +++ b/sys-devel/gdb/gdb-13.2-r2.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 )" |