summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGysbert Wassenaar <nixnut@gentoo.org>2007-12-14 19:53:37 +0000
committerGysbert Wassenaar <nixnut@gentoo.org>2007-12-14 19:53:37 +0000
commit9f81c298f0260347c984c75368c337537a90a22a (patch)
tree5fe464c7ff4de85e0a7d7fcf9372c9aef418e276 /sys-devel/gdb
parentFix bug #201648: require =dev-python/sqlalchemy-0.3* (diff)
downloadgentoo-2-9f81c298f0260347c984c75368c337537a90a22a.tar.gz
gentoo-2-9f81c298f0260347c984c75368c337537a90a22a.tar.bz2
gentoo-2-9f81c298f0260347c984c75368c337537a90a22a.zip
Stable on ppc wrt bug 202246
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/ChangeLog5
-rw-r--r--sys-devel/gdb/gdb-6.7.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index 80f7b8170567..d1ceb28b9bb4 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.122 2007/10/29 20:42:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.123 2007/12/14 19:53:37 nixnut Exp $
+
+ 14 Dec 2007; nixnut <nixnut@gentoo.org> gdb-6.7.1.ebuild:
+ Stable on ppc wrt bug 202246
*gdb-6.7.1 (29 Oct 2007)
diff --git a/sys-devel/gdb/gdb-6.7.1.ebuild b/sys-devel/gdb/gdb-6.7.1.ebuild
index 6330b4a98748..3baa2151c6ff 100644
--- a/sys-devel/gdb/gdb-6.7.1.ebuild
+++ b/sys-devel/gdb/gdb-6.7.1.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.7.1.ebuild,v 1.1 2007/10/29 20:42:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1.ebuild,v 1.2 2007/12/14 19:53:37 nixnut 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"