diff options
author | Brent Baude <ranger@gentoo.org> | 2009-01-23 18:00:25 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-01-23 18:00:25 +0000 |
commit | cb00190fd7fa10742759504aa331388cbfcd9f96 (patch) | |
tree | faec2c7530afef266f85ad1a64451a37ad4cb269 /sys-devel/gdb | |
parent | stable ppc64, bug 255703 (diff) | |
download | gentoo-2-cb00190fd7fa10742759504aa331388cbfcd9f96.tar.gz gentoo-2-cb00190fd7fa10742759504aa331388cbfcd9f96.tar.bz2 gentoo-2-cb00190fd7fa10742759504aa331388cbfcd9f96.zip |
stable ppc64, bug 255219
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index f7e8308441b7..bd12c1fa9195 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.148 2009/01/23 12:31:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.149 2009/01/23 18:00:25 ranger Exp $ + + 23 Jan 2009; Brent Baude <ranger@gentoo.org> gdb-6.8-r1.ebuild: + stable ppc64, bug 255219 23 Jan 2009; Raúl Porcel <armin76@gentoo.org> gdb-6.8-r1.ebuild: ia64/sparc stable wrt #255219 diff --git a/sys-devel/gdb/gdb-6.8-r1.ebuild b/sys-devel/gdb/gdb-6.8-r1.ebuild index cf2ccb70247f..69e0b9c96bec 100644 --- a/sys-devel/gdb/gdb-6.8-r1.ebuild +++ b/sys-devel/gdb/gdb-6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.8-r1.ebuild,v 1.6 2009/01/23 12:31:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.8-r1.ebuild,v 1.7 2009/01/23 18:00:25 ranger 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="multitarget nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2 |