diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-11-08 11:10:19 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-11-08 11:10:19 +0100 |
commit | aa2b28cb41f2c2bba25a81ad050e6835496677f0 (patch) | |
tree | 0d6d0d3d225e5587705883ca301ba760b03984fb /sys-devel/gdb | |
parent | media-gfx/inkscape: amd64 stable wrt bug #822174 (diff) | |
download | gentoo-aa2b28cb41f2c2bba25a81ad050e6835496677f0.tar.gz gentoo-aa2b28cb41f2c2bba25a81ad050e6835496677f0.tar.bz2 gentoo-aa2b28cb41f2c2bba25a81ad050e6835496677f0.zip |
sys-devel/gdb: amd64 stable wrt bug #822219
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-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 a35356a474b0..bc0bc99efdf2 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" |