diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-13 10:31:36 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-13 10:31:36 +0000 |
commit | 5e6a94bd7d9d237771bc4507bf25bed393037c6d (patch) | |
tree | 8ae6075bc173ce0e3ddd7f195475407f9d5fb50a /sys-devel/gdb/gdb-7.3.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-5e6a94bd7d9d237771bc4507bf25bed393037c6d.tar.gz gentoo-2-5e6a94bd7d9d237771bc4507bf25bed393037c6d.tar.bz2 gentoo-2-5e6a94bd7d9d237771bc4507bf25bed393037c6d.zip |
ppc64 stable wrt #395017
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-devel/gdb/gdb-7.3.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-7.3.1.ebuild b/sys-devel/gdb/gdb-7.3.1.ebuild index 4a4589f9fe9d..6a81d37fe0cf 100644 --- a/sys-devel/gdb/gdb-7.3.1.ebuild +++ b/sys-devel/gdb/gdb-7.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.11 2012/02/01 21:08:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.12 2012/02/13 10:31:36 xarthisius Exp $ EAPI="3" @@ -52,7 +52,7 @@ is_cross \ && SLOT="${CTARGET}" \ || SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="expat multitarget nls +python test vanilla" |