diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-01-10 18:30:21 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-01-10 18:30:21 +0000 |
commit | 298befb8e47bfc0781514a9e96ae9d2a00f27565 (patch) | |
tree | 491846a9b8c8476ecd82c9d687f855462f6b7302 /sys-devel/gdb | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-298befb8e47bfc0781514a9e96ae9d2a00f27565.tar.gz gentoo-2-298befb8e47bfc0781514a9e96ae9d2a00f27565.tar.bz2 gentoo-2-298befb8e47bfc0781514a9e96ae9d2a00f27565.zip |
ppc stable #296389
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 515abdba33b9..f8f90a842162 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.161 2010/01/05 03:28:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.162 2010/01/10 18:30:21 nixnut Exp $ + + 10 Jan 2010; nixnut <nixnut@gentoo.org> gdb-7.0.ebuild: + ppc stable #296389 *gdb-7.0.1 (05 Jan 2010) diff --git a/sys-devel/gdb/gdb-7.0.ebuild b/sys-devel/gdb/gdb-7.0.ebuild index e23f88e2467d..20a13e5eae2d 100644 --- a/sys-devel/gdb/gdb-7.0.ebuild +++ b/sys-devel/gdb/gdb-7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.0.ebuild,v 1.4 2010/01/05 02:38:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.0.ebuild,v 1.5 2010/01/10 18:30:21 nixnut Exp $ inherit flag-o-matic eutils @@ -23,7 +23,7 @@ LICENSE="GPL-2 LGPL-2" is_cross \ && 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="expat multitarget nls python test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2 |