diff options
author | Brent Baude <ranger@gentoo.org> | 2010-03-22 14:01:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-03-22 14:01:39 +0000 |
commit | 04b2584f459ec27d96a1e9997ac1f668bde67645 (patch) | |
tree | 1fc293f320ca0620baf955b134e1cf21e14be02c /sys-devel/gdb | |
parent | amd64 stable, bug 310609 (diff) | |
download | gentoo-2-04b2584f459ec27d96a1e9997ac1f668bde67645.tar.gz gentoo-2-04b2584f459ec27d96a1e9997ac1f668bde67645.tar.bz2 gentoo-2-04b2584f459ec27d96a1e9997ac1f668bde67645.zip |
Marking gdb-7.0.1 ppc64 for bug 310159
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Diffstat (limited to 'sys-devel/gdb')
-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 c29983c36cb2..e9b4c54d9bda 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.164 2010/03/19 02:21:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.165 2010/03/22 14:01:39 ranger Exp $ + + 22 Mar 2010; Brent Baude <ranger@gentoo.org> gdb-7.0.1.ebuild: + Marking gdb-7.0.1 ppc64 for bug 310159 *gdb-7.1 (19 Mar 2010) diff --git a/sys-devel/gdb/gdb-7.0.1.ebuild b/sys-devel/gdb/gdb-7.0.1.ebuild index 4ae397962608..50a2f62ea9f1 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.1 2010/01/05 03:28:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.0.1.ebuild,v 1.2 2010/03/22 14:01:39 ranger 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 |