diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-21 13:47:41 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-21 13:47:41 +0200 |
commit | 66a59579332a9e0634d499ba17a50d8d05daa00f (patch) | |
tree | 975b0d2432804615e169a4ce25d92ad821076fc0 /sys-devel | |
parent | dev-python/certifi: ppc stable wrt bug #622198 (diff) | |
download | gentoo-66a59579332a9e0634d499ba17a50d8d05daa00f.tar.gz gentoo-66a59579332a9e0634d499ba17a50d8d05daa00f.tar.bz2 gentoo-66a59579332a9e0634d499ba17a50d8d05daa00f.zip |
sys-devel/gdb: ppc stable wrt bug #621162
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-7.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild index 3ced97652f0c..928e2912f4e6 100644 --- a/sys-devel/gdb/gdb-7.12.1.ebuild +++ b/sys-devel/gdb/gdb-7.12.1.ebuild @@ -57,7 +57,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then # alpha #562128 - 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=" |