diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-12-16 17:12:53 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-12-16 17:12:53 +0000 |
commit | d0a26443cbb9b215affbb4bc1f5b0be6c32dcd26 (patch) | |
tree | c543e75b1a9770f540a87d48ace6a025f8a1e1c3 /sys-devel/gdb/gdb-6.7.1.ebuild | |
parent | amd64 stable wrt #201839 (diff) | |
download | gentoo-2-d0a26443cbb9b215affbb4bc1f5b0be6c32dcd26.tar.gz gentoo-2-d0a26443cbb9b215affbb4bc1f5b0be6c32dcd26.tar.bz2 gentoo-2-d0a26443cbb9b215affbb4bc1f5b0be6c32dcd26.zip |
Stable on ppc64; bug #202246
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-devel/gdb/gdb-6.7.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-6.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-6.7.1.ebuild b/sys-devel/gdb/gdb-6.7.1.ebuild index 64a9d7628249..c56c7fbccae5 100644 --- a/sys-devel/gdb/gdb-6.7.1.ebuild +++ b/sys-devel/gdb/gdb-6.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1.ebuild,v 1.6 2007/12/16 11:23:57 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1.ebuild,v 1.7 2007/12/16 17:12:53 corsair 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="nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2" |