diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-18 11:07:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-18 11:07:14 +0000 |
commit | 4f5ada86341b19010b13053eef2080345f8d323c (patch) | |
tree | 1d74ee96cd28b970f16263b140cc4fbc19859bcc /sys-devel/gdb | |
parent | Version bump. (diff) | |
download | gentoo-2-4f5ada86341b19010b13053eef2080345f8d323c.tar.gz gentoo-2-4f5ada86341b19010b13053eef2080345f8d323c.tar.bz2 gentoo-2-4f5ada86341b19010b13053eef2080345f8d323c.zip |
Stable for AMD64, wrt bug #395017
(Portage version: 2.1.10.40/cvs/Linux i686)
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 fa8eca6478c0..750b29055dac 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.193 2011/12/08 05:57:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.194 2011/12/18 11:07:14 ago Exp $ + + 18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> gdb-7.3.1.ebuild: + Stable for AMD64, wrt bug #395017 08 Dec 2011; Mike Frysinger <vapier@gentoo.org> gdb-7.3.1.ebuild: Add patch from upstream for x32 support. diff --git a/sys-devel/gdb/gdb-7.3.1.ebuild b/sys-devel/gdb/gdb-7.3.1.ebuild index c406b026e63d..4a39504576c4 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-2011 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.3 2011/12/08 05:57:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.4 2011/12/18 11:07:14 ago 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 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" fi IUSE="expat multitarget nls +python test vanilla" |