diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-13 17:15:07 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-13 17:15:07 +0100 |
commit | cfc2978c96a9601ce868f3d77007047bcbe8d3ee (patch) | |
tree | 6a5b7e71f4329418bb85b32eebc47006b033f65b /sys-devel/gdb | |
parent | dev-lang/python: sparc stable wrt bug #701116 (diff) | |
download | gentoo-cfc2978c96a9601ce868f3d77007047bcbe8d3ee.tar.gz gentoo-cfc2978c96a9601ce868f3d77007047bcbe8d3ee.tar.bz2 gentoo-cfc2978c96a9601ce868f3d77007047bcbe8d3ee.zip |
sys-devel/gdb: sparc stable wrt bug #701824
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
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 d42a414b2194..fa97a322dce4 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=" |