summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-01-31 21:28:13 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-01-31 21:28:13 +0000
commit57051d2ebd63ffa6626fc38a75a8c50bb9178010 (patch)
tree81352b8bd89b20d76a2ff898b33fd54e909e02be /sys-devel/gdb
parentStable on ppc64; bug #164296 (diff)
downloadgentoo-2-57051d2ebd63ffa6626fc38a75a8c50bb9178010.tar.gz
gentoo-2-57051d2ebd63ffa6626fc38a75a8c50bb9178010.tar.bz2
gentoo-2-57051d2ebd63ffa6626fc38a75a8c50bb9178010.zip
Stable on ppc64; bug #164336
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/ChangeLog5
-rw-r--r--sys-devel/gdb/gdb-6.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index 157beca7571f..5750647d18cb 100644
--- a/sys-devel/gdb/ChangeLog
+++ b/sys-devel/gdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gdb
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.105 2007/01/31 01:54:06 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.106 2007/01/31 21:28:13 corsair Exp $
+
+ 31 Jan 2007; Markus Rothe <corsair@gentoo.org> gdb-6.6.ebuild:
+ Stable on ppc64; bug #164336
31 Jan 2007; Olivier Crête <tester@gentoo.org> gdb-6.6.ebuild:
Stable on amd64 per bug #164336
diff --git a/sys-devel/gdb/gdb-6.6.ebuild b/sys-devel/gdb/gdb-6.6.ebuild
index 0a150888343a..d841f2256c59 100644
--- a/sys-devel/gdb/gdb-6.6.ebuild
+++ b/sys-devel/gdb/gdb-6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6.ebuild,v 1.7 2007/01/31 01:54:06 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6.ebuild,v 1.8 2007/01/31 21:28:13 corsair Exp $
inherit flag-o-matic eutils
@@ -22,7 +22,7 @@ LICENSE="GPL-2 LGPL-2"
[[ ${CTARGET} != ${CHOST} ]] \
&& 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="nls test vanilla"
RDEPEND=">=sys-libs/ncurses-5.2-r2"