diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-24 20:11:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-07-24 20:11:31 +0100 |
commit | 54ece8e73586ab66f3c7e728429a453e1bf9fbe9 (patch) | |
tree | 307ec6b96dfb3c04e92488261e9f4c424b308af3 /sys-devel/gdb | |
parent | app-emulation/vagrant: loosen requirement on rake (diff) | |
download | gentoo-54ece8e73586ab66f3c7e728429a453e1bf9fbe9.tar.gz gentoo-54ece8e73586ab66f3c7e728429a453e1bf9fbe9.tar.bz2 gentoo-54ece8e73586ab66f3c7e728429a453e1bf9fbe9.zip |
sys-devel/gdb: stable 8.1-r1 for hppa, bug #656890
Tested-by: Mikle Kolyada
Bug: https://bugs.gentoo.org/656890
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-8.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-8.1-r1.ebuild b/sys-devel/gdb/gdb-8.1-r1.ebuild index c31689b222a9..1b46f1e77d2b 100644 --- a/sys-devel/gdb/gdb-8.1-r1.ebuild +++ b/sys-devel/gdb/gdb-8.1-r1.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 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client lzma multitarget nls +python +server test vanilla xml" REQUIRED_USE=" |