diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-18 16:28:22 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-18 16:28:22 +0000 |
commit | 29c42f98d977bb86f18c78c49f0c1e867d3c6967 (patch) | |
tree | 15c0f8a74237d2d899c3de6bc1599ecec483b0f3 /sys-devel/gdb/gdb-6.8-r1.ebuild | |
parent | x86 stable, bug #254440 (diff) | |
download | gentoo-2-29c42f98d977bb86f18c78c49f0c1e867d3c6967.tar.gz gentoo-2-29c42f98d977bb86f18c78c49f0c1e867d3c6967.tar.bz2 gentoo-2-29c42f98d977bb86f18c78c49f0c1e867d3c6967.zip |
amd64/x86 stable, bug #255219
(Portage version: 2.1.6.6/cvs/Linux 2.6.28 x86_64)
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 eb749944eb88..1ddf4896432e 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.3 2009/01/18 15:52:58 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.8-r1.ebuild,v 1.4 2009/01/18 16:28:22 maekke 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 |