diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 20:32:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 20:32:38 +0300 |
commit | 35c52209537ea0b7734e0be58087939f7b41cf29 (patch) | |
tree | 33b4fe12b227b1121141638f9cc7d079d9ddced5 /dev-debug/gdb | |
parent | dev-libs/zziplib: Stabilize 0.13.77 arm64, #941483 (diff) | |
download | gentoo-35c52209537ea0b7734e0be58087939f7b41cf29.tar.gz gentoo-35c52209537ea0b7734e0be58087939f7b41cf29.tar.bz2 gentoo-35c52209537ea0b7734e0be58087939f7b41cf29.zip |
dev-debug/gdb: Stabilize 15.2 arm64, #941497
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-debug/gdb')
-rw-r--r-- | dev-debug/gdb/gdb-15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/gdb/gdb-15.2.ebuild b/dev-debug/gdb/gdb-15.2.ebuild index 14eb584b2c34..0a390dda249a 100644 --- a/dev-debug/gdb/gdb-15.2.ebuild +++ b/dev-debug/gdb/gdb-15.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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~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 )" |