diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-26 16:57:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-26 16:57:00 +0000 |
commit | 4cd33b0fa43396e08efe5c48061537278f4a9ef5 (patch) | |
tree | 0a1ef94fe314721e47593f8ca76fa473aa5d52a4 /sys-devel | |
parent | Version bump (diff) | |
download | gentoo-2-4cd33b0fa43396e08efe5c48061537278f4a9ef5.tar.gz gentoo-2-4cd33b0fa43396e08efe5c48061537278f4a9ef5.tar.bz2 gentoo-2-4cd33b0fa43396e08efe5c48061537278f4a9ef5.zip |
Stable for HPPA (bug #296389).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-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 f8f90a842162..703ec40bbf07 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.162 2010/01/10 18:30:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.163 2010/01/26 16:57:00 jer Exp $ + + 26 Jan 2010; Jeroen Roovers <jer@gentoo.org> gdb-7.0.ebuild: + Stable for HPPA (bug #296389). 10 Jan 2010; nixnut <nixnut@gentoo.org> gdb-7.0.ebuild: ppc stable #296389 diff --git a/sys-devel/gdb/gdb-7.0.ebuild b/sys-devel/gdb/gdb-7.0.ebuild index 20a13e5eae2d..438409ef8ac8 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.5 2010/01/10 18:30:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.0.ebuild,v 1.6 2010/01/26 16:57:00 jer 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 |