diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-03 11:03:33 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-03 11:03:33 +0100 |
commit | 47a6aaedc2a09c8041af2ab0fceb4672b361aa16 (patch) | |
tree | ecee499e757178d5144274880b75a74c171e71a7 /sys-devel/gdb | |
parent | net-libs/rabbitmq-c: amd64 stable wrt bug #701810 (diff) | |
download | gentoo-47a6aaedc2a09c8041af2ab0fceb4672b361aa16.tar.gz gentoo-47a6aaedc2a09c8041af2ab0fceb4672b361aa16.tar.bz2 gentoo-47a6aaedc2a09c8041af2ab0fceb4672b361aa16.zip |
sys-devel/gdb: amd64 stable wrt bug #701824
Package-Manager: Portage-2.3.79, Repoman-2.3.16
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-8.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-8.3.1.ebuild b/sys-devel/gdb/gdb-8.3.1.ebuild index 7fa52fd1157d..f8f8bd35a528 100644 --- a/sys-devel/gdb/gdb-8.3.1.ebuild +++ b/sys-devel/gdb/gdb-8.3.1.ebuild @@ -46,7 +46,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 ~sh ~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 ~sh ~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" REQUIRED_USE=" |