summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-01-03 16:21:05 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-01-03 16:21:05 +0000
commit12f0a392dff9ce777fd2586922f40fd3f14c6c1a (patch)
tree01a755a52165e319f99d7b393fe0bbd1de254951 /sys-devel/gdb
parentstable x86, bug 331125 (diff)
downloadgentoo-2-12f0a392dff9ce777fd2586922f40fd3f14c6c1a.tar.gz
gentoo-2-12f0a392dff9ce777fd2586922f40fd3f14c6c1a.tar.bz2
gentoo-2-12f0a392dff9ce777fd2586922f40fd3f14c6c1a.zip
x86 stable wrt bug #350259
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/ChangeLog7
-rw-r--r--sys-devel/gdb/gdb-7.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index 753ee9074270..158a12e601e8 100644
--- a/sys-devel/gdb/ChangeLog
+++ b/sys-devel/gdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gdb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.175 2010/12/31 21:06:28 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.176 2011/01/03 16:21:05 phajdan.jr Exp $
+
+ 03 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gdb-7.2.ebuild:
+ x86 stable wrt bug #350259
*gdb-7.2.50.20101117.4.15 (31 Dec 2010)
diff --git a/sys-devel/gdb/gdb-7.2.ebuild b/sys-devel/gdb/gdb-7.2.ebuild
index 09e896846b5a..ed3225acda3c 100644
--- a/sys-devel/gdb/gdb-7.2.ebuild
+++ b/sys-devel/gdb/gdb-7.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.2.ebuild,v 1.4 2010/12/31 21:06:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.2.ebuild,v 1.5 2011/01/03 16:21:05 phajdan.jr Exp $
EAPI="3"
@@ -40,7 +40,7 @@ LICENSE="GPL-2 LGPL-2"
is_cross \
&& SLOT="${CTARGET}" \
|| SLOT="0"
-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"
IUSE="expat multitarget nls python test vanilla"
RDEPEND=">=sys-libs/ncurses-5.2-r2