diff options
author | 2021-06-06 09:16:02 +0200 | |
---|---|---|
committer | 2021-06-06 09:16:02 +0200 | |
commit | db859bee088375ea85193fc83fd4662e1f8a9a70 (patch) | |
tree | cc635a7070a0d6554e6084bc947c56aab977fd3d /sys-devel | |
parent | x11-terms/terminator: amd64 stable wrt bug #794436 (diff) | |
download | gentoo-db859bee088375ea85193fc83fd4662e1f8a9a70.tar.gz gentoo-db859bee088375ea85193fc83fd4662e1f8a9a70.tar.bz2 gentoo-db859bee088375ea85193fc83fd4662e1f8a9a70.zip |
sys-devel/gdb: x86 stable wrt bug #793452
Package-Manager: Portage-3.0.13, Repoman-3.0.2
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-10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild index cc32cd2b2609..88270268963d 100644 --- a/sys-devel/gdb/gdb-10.2.ebuild +++ b/sys-devel/gdb/gdb-10.2.ebuild @@ -44,7 +44,7 @@ SRC_URI="${SRC_URI} 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 lzma multitarget nls +python +server source-highlight test vanilla xml xxhash" REQUIRED_USE=" |