diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-09 11:34:33 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-09 11:34:33 +0000 |
commit | d6c745aa99a3c8e5305b26b0464be6ae11e3d128 (patch) | |
tree | dc23887405976007dc50a958e42b112919aa21b3 /sys-devel | |
parent | Remove broken version. (diff) | |
download | gentoo-2-d6c745aa99a3c8e5305b26b0464be6ae11e3d128.tar.gz gentoo-2-d6c745aa99a3c8e5305b26b0464be6ae11e3d128.tar.bz2 gentoo-2-d6c745aa99a3c8e5305b26b0464be6ae11e3d128.zip |
alpha/arm/ia64/sparc stable wrt #310159
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 4369435e88e1..2d6c428c818d 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.167 2010/04/16 19:58:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.168 2010/05/09 11:34:33 armin76 Exp $ + + 09 May 2010; Raúl Porcel <armin76@gentoo.org> gdb-7.0.1.ebuild: + alpha/arm/ia64/sparc stable wrt #310159 16 Apr 2010; Brent Baude <ranger@gentoo.org> gdb-7.0.1.ebuild: Marking gdb-7.0.1 ppc for bug 310159 diff --git a/sys-devel/gdb/gdb-7.0.1.ebuild b/sys-devel/gdb/gdb-7.0.1.ebuild index 3fba5dbf774d..d8cd6b0d889d 100644 --- a/sys-devel/gdb/gdb-7.0.1.ebuild +++ b/sys-devel/gdb/gdb-7.0.1.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.1.ebuild,v 1.4 2010/04/16 19:58:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.0.1.ebuild,v 1.5 2010/05/09 11:34:33 armin76 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 |