diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-05-15 19:47:39 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-05-15 19:47:39 +0000 |
commit | 4f989223d150c603d2a2f42521557320773529c9 (patch) | |
tree | 80897271bc320b75402ff4811c442c2f1cf7d1f4 /sys-devel/gdb | |
parent | Added a backported patch which fixes rare crashes with plugin.default_plugin_... (diff) | |
download | gentoo-2-4f989223d150c603d2a2f42521557320773529c9.tar.gz gentoo-2-4f989223d150c603d2a2f42521557320773529c9.tar.bz2 gentoo-2-4f989223d150c603d2a2f42521557320773529c9.zip |
Stable on IA64, bug #91654.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index e7123d919d61..50cd42feae9f 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.75 2005/05/09 12:26:23 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.76 2005/05/15 19:47:39 plasmaroo Exp $ + + 15 May 2005; <plasmaroo@gentoo.org> gdb-6.3-r3.ebuild: + Stable on IA64, bug #91654. 09 May 2005; <solar@gentoo.org> files/gdb-6.3-gdbinit-stat.patch: - Jan Postransky writes via email gdb doesn't read .gdbinit file in current diff --git a/sys-devel/gdb/gdb-6.3-r3.ebuild b/sys-devel/gdb/gdb-6.3-r3.ebuild index 389f27d230ef..42d73e4f547a 100644 --- a/sys-devel/gdb/gdb-6.3-r3.ebuild +++ b/sys-devel/gdb/gdb-6.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.3-r3.ebuild,v 1.9 2005/05/12 11:35:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.3-r3.ebuild,v 1.10 2005/05/15 19:47:39 plasmaroo Exp $ inherit flag-o-matic eutils @@ -23,7 +23,7 @@ LICENSE="GPL-2 LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="nls test" RDEPEND=">=sys-libs/ncurses-5.2-r2" |