diff options
author | 2021-11-10 08:05:13 +0100 | |
---|---|---|
committer | 2021-11-10 08:05:13 +0100 | |
commit | 14b7447eddf97980771b40a5e6f71ed89a5e8709 (patch) | |
tree | 523736c8a8075d74276e1e12234fdd8a92386f06 /sys-devel | |
parent | media-gfx/inkscape: x86 stable wrt bug #822174 (diff) | |
download | gentoo-14b7447eddf97980771b40a5e6f71ed89a5e8709.tar.gz gentoo-14b7447eddf97980771b40a5e6f71ed89a5e8709.tar.bz2 gentoo-14b7447eddf97980771b40a5e6f71ed89a5e8709.zip |
sys-devel/gdb: x86 stable wrt bug #822219
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-11.1.ebuild b/sys-devel/gdb/gdb-11.1.ebuild index 6d962f5691d0..1c2080c9145d 100644 --- a/sys-devel/gdb/gdb-11.1.ebuild +++ b/sys-devel/gdb/gdb-11.1.ebuild @@ -47,7 +47,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~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 ~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 IUSE="cet guile lzma multitarget nls +python +server source-highlight test vanilla xml xxhash" |