diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 01:59:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 01:59:47 +0000 |
commit | ce887412fbe3fee17bdb9f49c9aa7da35daf5226 (patch) | |
tree | ac62617d8ca14b1c54fe9fa8f9da932d8aa14c4e /sys-devel | |
parent | Fix LICENSE (bug #445412 by ulm). (diff) | |
download | gentoo-2-ce887412fbe3fee17bdb9f49c9aa7da35daf5226.tar.gz gentoo-2-ce887412fbe3fee17bdb9f49c9aa7da35daf5226.tar.bz2 gentoo-2-ce887412fbe3fee17bdb9f49c9aa7da35daf5226.zip |
stable arm ppc64, bug #444902
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 59ddd9818a43..210ca23b9c47 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.220 2012/11/29 20:49:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.221 2012/12/01 01:59:47 blueness Exp $ + + 01 Dec 2012; Anthony G. Basile <blueness@gentoo.org> gdb-7.5.ebuild: + stable arm ppc64, bug #444902 29 Nov 2012; Brent Baude <ranger@gentoo.org> gdb-7.5.ebuild: Marking gdb-7.5 ppc for bug 444902 diff --git a/sys-devel/gdb/gdb-7.5.ebuild b/sys-devel/gdb/gdb-7.5.ebuild index c38758a97fca..2da4234c34d8 100644 --- a/sys-devel/gdb/gdb-7.5.ebuild +++ b/sys-devel/gdb/gdb-7.5.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.5.ebuild,v 1.4 2012/11/29 20:49:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v 1.5 2012/12/01 01:59:47 blueness Exp $ EAPI="3" @@ -50,7 +50,7 @@ SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.x LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client expat multitarget nls +python +server test vanilla zlib" |