diff options
author | Brent Baude <ranger@gentoo.org> | 2009-01-23 18:00:25 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-01-23 18:00:25 +0000 |
commit | cb00190fd7fa10742759504aa331388cbfcd9f96 (patch) | |
tree | faec2c7530afef266f85ad1a64451a37ad4cb269 /sys-devel/gdb/gdb-6.8-r1.ebuild | |
parent | stable ppc64, bug 255703 (diff) | |
download | gentoo-2-cb00190fd7fa10742759504aa331388cbfcd9f96.tar.gz gentoo-2-cb00190fd7fa10742759504aa331388cbfcd9f96.tar.bz2 gentoo-2-cb00190fd7fa10742759504aa331388cbfcd9f96.zip |
stable ppc64, bug 255219
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'sys-devel/gdb/gdb-6.8-r1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-6.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-6.8-r1.ebuild b/sys-devel/gdb/gdb-6.8-r1.ebuild index cf2ccb70247f..69e0b9c96bec 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.6 2009/01/23 12:31:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.8-r1.ebuild,v 1.7 2009/01/23 18:00:25 ranger 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 |