diff options
author | Sam James <sam@gentoo.org> | 2023-07-26 08:11:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-26 08:11:45 +0100 |
commit | f89a675a5c099e7f8e6ef13df37eb8b011e3e49e (patch) | |
tree | 3d732d1e6b590a85264f755eaaa15c410f2ef5b1 /sys-devel/gdb | |
parent | sys-devel/gdb: Stabilize 13.2-r1 arm, #911232 (diff) | |
download | gentoo-f89a675a5c099e7f8e6ef13df37eb8b011e3e49e.tar.gz gentoo-f89a675a5c099e7f8e6ef13df37eb8b011e3e49e.tar.bz2 gentoo-f89a675a5c099e7f8e6ef13df37eb8b011e3e49e.zip |
sys-devel/gdb: Stabilize 13.2-r1 arm64, #911232
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-13.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-13.2-r1.ebuild b/sys-devel/gdb/gdb-13.2-r1.ebuild index 337323b4e719..bd5cf37e0f9f 100644 --- a/sys-devel/gdb/gdb-13.2-r1.ebuild +++ b/sys-devel/gdb/gdb-13.2-r1.ebuild @@ -74,7 +74,7 @@ LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="cet 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 )" |