diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 12:47:29 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 12:47:29 +0000 |
commit | 2c7b70f3befc94aad0a406c6d92246cfb91bd1a4 (patch) | |
tree | f559c18e648ee13cf26e38eda4b796ab0357cc64 /dev-debug/gdb | |
parent | media-libs/fontconfig: Stabilize 2.15.0-r1 sparc, #941430 (diff) | |
download | gentoo-2c7b70f3befc94aad0a406c6d92246cfb91bd1a4.tar.gz gentoo-2c7b70f3befc94aad0a406c6d92246cfb91bd1a4.tar.bz2 gentoo-2c7b70f3befc94aad0a406c6d92246cfb91bd1a4.zip |
dev-debug/gdb: Stabilize 15.2 sparc, #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 c4138f8c30ab..2a0e9a2b35bc 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 )" |