diff options
author | 2007-12-15 01:47:48 +0000 | |
---|---|---|
committer | 2007-12-15 01:47:48 +0000 | |
commit | 781e8aa9bd9ce8b56b4ad459cbfba322891c1b74 (patch) | |
tree | b0a53534d5d7ddff27bf5df15a52788edeb34154 /sys-devel/gdb/gdb-6.7.1.ebuild | |
parent | Fix Emacs support, bug #202341. (diff) | |
download | historical-781e8aa9bd9ce8b56b4ad459cbfba322891c1b74.tar.gz historical-781e8aa9bd9ce8b56b4ad459cbfba322891c1b74.tar.bz2 historical-781e8aa9bd9ce8b56b4ad459cbfba322891c1b74.zip |
Stable on x86 (bug #202246)
Package-Manager: portage-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 8d9d4c54f59a..609ac1203643 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.3 2007/12/14 21:02:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1.ebuild,v 1.4 2007/12/15 01:47:48 cla 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" |