diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-22 09:15:39 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-22 09:15:39 -0400 |
commit | 052edb1cf09048311cb63ef53b49f81ed23973f6 (patch) | |
tree | 466c7724afc36b084ede36790e3e0468d2f46156 /sys-devel | |
parent | sys-devel/binutils: arm64 stable (bug #688904) (diff) | |
download | gentoo-052edb1cf09048311cb63ef53b49f81ed23973f6.tar.gz gentoo-052edb1cf09048311cb63ef53b49f81ed23973f6.tar.bz2 gentoo-052edb1cf09048311cb63ef53b49f81ed23973f6.zip |
sys-devel/gdb: arm64 stable (bug #688904)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-8.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-8.3.ebuild b/sys-devel/gdb/gdb-8.3.ebuild index 9f17bf77ebee..91774d5b2181 100644 --- a/sys-devel/gdb/gdb-8.3.ebuild +++ b/sys-devel/gdb/gdb-8.3.ebuild @@ -60,7 +60,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-fbsd ~x86-fbsd ~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-fbsd ~x86-fbsd ~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=" |