diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2024-05-11 14:25:20 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-11 16:17:50 +0100 |
commit | 84a385d2ab0a8a9f48b7240cfddb6482539ab92c (patch) | |
tree | 53867eeaf93926ba407c19353b4e3cb1cc14c740 /dev-debug | |
parent | app-misc/mc: stable 4.8.30-r2 for hppa, bug #930574 (diff) | |
download | gentoo-84a385d2ab0a8a9f48b7240cfddb6482539ab92c.tar.gz gentoo-84a385d2ab0a8a9f48b7240cfddb6482539ab92c.tar.bz2 gentoo-84a385d2ab0a8a9f48b7240cfddb6482539ab92c.zip |
dev-debug/gdb: stable 14.2 for hppa, bug #930688
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
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 2a82d9e78706..7f31a2c3d39a 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 )" |