diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-24 17:10:54 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-24 17:10:54 +0300 |
commit | ecd9cb74835d693f0bab038ff17f8e9a448ebee8 (patch) | |
tree | 8f64a27da93a9372c27a8f87d930198f846b6a33 /sys-devel | |
parent | sys-libs/libunwind: arm stable wrt bug #702306 (diff) | |
download | gentoo-ecd9cb74835d693f0bab038ff17f8e9a448ebee8.tar.gz gentoo-ecd9cb74835d693f0bab038ff17f8e9a448ebee8.tar.bz2 gentoo-ecd9cb74835d693f0bab038ff17f8e9a448ebee8.zip |
sys-devel/gdb: arm stable wrt bug #701824
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 fa97a322dce4..f7413e82432b 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=" |