diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-01 05:06:13 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-01 05:06:13 +0000 |
commit | 03afd312952dde99dfc2cb0755e402e4339c3142 (patch) | |
tree | 5a44459971eb3807945da3e9cde678aa2272fb7f /sys-devel/gdb | |
parent | profiles: last rite sylpheed (diff) | |
download | gentoo-03afd312952dde99dfc2cb0755e402e4339c3142.tar.gz gentoo-03afd312952dde99dfc2cb0755e402e4339c3142.tar.bz2 gentoo-03afd312952dde99dfc2cb0755e402e4339c3142.zip |
sys-devel/gdb: Stabilize 13.1.90_p20230325 hppa, #905357
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-13.1.90_p20230325.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild index 07d4ba341651..0eb553e96e19 100644 --- a/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild +++ b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild @@ -72,7 +72,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 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" |