diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-02-01 19:29:31 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-02-01 19:29:31 +0000 |
commit | 966e2946a41b57147fe214a25ccaf69d2cdd0f21 (patch) | |
tree | 722a9ed1926819872fd499722a5b54c6f78ba357 /sys-devel | |
parent | ppc stable #256382 (diff) | |
download | gentoo-2-966e2946a41b57147fe214a25ccaf69d2cdd0f21.tar.gz gentoo-2-966e2946a41b57147fe214a25ccaf69d2cdd0f21.tar.bz2 gentoo-2-966e2946a41b57147fe214a25ccaf69d2cdd0f21.zip |
ppc stable #256219
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'sys-devel')
-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 bd12c1fa9195..68c27615e442 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.149 2009/01/23 18:00:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.150 2009/02/01 19:29:31 nixnut Exp $ + + 01 Feb 2009; nixnut <nixnut@gentoo.org> gdb-6.8-r1.ebuild: + ppc stable #255219 23 Jan 2009; Brent Baude <ranger@gentoo.org> gdb-6.8-r1.ebuild: stable ppc64, bug 255219 diff --git a/sys-devel/gdb/gdb-6.8-r1.ebuild b/sys-devel/gdb/gdb-6.8-r1.ebuild index 69e0b9c96bec..2fb707ef5736 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.7 2009/01/23 18:00:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.8-r1.ebuild,v 1.8 2009/02/01 19:29:31 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="multitarget nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2 |