diff options
author | Sam James <sam@gentoo.org> | 2020-11-26 19:48:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-26 19:48:02 +0000 |
commit | a4646b8ac5f59fb0bc44bfabc6cd06288598de0c (patch) | |
tree | 24e7f704104a1a177395843135743e12fbcbf960 /sys-devel | |
parent | sys-kernel/gentoo-kernel-bin: Stabilize 5.4.80-r1 arm64, #756691 (diff) | |
download | gentoo-a4646b8ac5f59fb0bc44bfabc6cd06288598de0c.tar.gz gentoo-a4646b8ac5f59fb0bc44bfabc6cd06288598de0c.tar.bz2 gentoo-a4646b8ac5f59fb0bc44bfabc6cd06288598de0c.zip |
sys-devel/gdb: Stabilize 10.1 arm, #756805
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-10.1.ebuild b/sys-devel/gdb/gdb-10.1.ebuild index 932ba413f6c7..53ca21e768ff 100644 --- a/sys-devel/gdb/gdb-10.1.ebuild +++ b/sys-devel/gdb/gdb-10.1.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=" |