diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-01 21:08:18 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-01 21:08:18 +0000 |
commit | ea1886e48690c9f131294d2a745d404451e54f0b (patch) | |
tree | 4a021507cec78c3ca59081a8a7a694f3365aff30 /sys-devel/gdb | |
parent | Marking markupsafe-0.15 ppc for bug 386053 (diff) | |
download | gentoo-2-ea1886e48690c9f131294d2a745d404451e54f0b.tar.gz gentoo-2-ea1886e48690c9f131294d2a745d404451e54f0b.tar.bz2 gentoo-2-ea1886e48690c9f131294d2a745d404451e54f0b.zip |
Marking gdb-7.3.1 ppc for bug 395017
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index de839751d20f..9a4185288a52 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.209 2012/01/25 22:28:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.210 2012/02/01 21:08:18 ranger Exp $ + + 01 Feb 2012; Brent Baude <ranger@gentoo.org> gdb-7.3.1.ebuild: + Marking gdb-7.3.1 ppc for bug 395017 25 Jan 2012; Mike Frysinger <vapier@gentoo.org> gdb-7.4.ebuild, gdb-9999.ebuild: diff --git a/sys-devel/gdb/gdb-7.3.1.ebuild b/sys-devel/gdb/gdb-7.3.1.ebuild index 007ca2414793..4a4589f9fe9d 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.10 2012/01/15 16:44:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.11 2012/02/01 21:08:18 ranger 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" |