diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-29 16:43:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-29 16:43:11 +0200 |
commit | 612fa21b6a26ba2883ce8a64f1e3292a237f497b (patch) | |
tree | d6a8a28c1c8cc3b61a614200d0222ea7924c7b5a /sys-devel | |
parent | sys-devel/gcc-config: x86 stable (bug #733870) (diff) | |
download | gentoo-612fa21b6a26ba2883ce8a64f1e3292a237f497b.tar.gz gentoo-612fa21b6a26ba2883ce8a64f1e3292a237f497b.tar.bz2 gentoo-612fa21b6a26ba2883ce8a64f1e3292a237f497b.zip |
sys-devel/gdb: x86 stable (bug #730076)
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-9.2.ebuild b/sys-devel/gdb/gdb-9.2.ebuild index cc5393a18132..801765366beb 100644 --- a/sys-devel/gdb/gdb-9.2.ebuild +++ b/sys-devel/gdb/gdb-9.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 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client lzma multitarget nls +python +server source-highlight test vanilla xml xxhash" REQUIRED_USE=" |