diff options
author | 2003-11-07 16:44:55 +0000 | |
---|---|---|
committer | 2003-11-07 16:44:55 +0000 | |
commit | be353720b8e513d2cacc0a8e81fc1b4d9dd8f509 (patch) | |
tree | bf5b032b5686981a18e10f8bbdcb0aa99c732953 /sys-devel/gdb | |
parent | doesnt work with hppa (diff) | |
download | gentoo-2-be353720b8e513d2cacc0a8e81fc1b4d9dd8f509.tar.gz gentoo-2-be353720b8e513d2cacc0a8e81fc1b4d9dd8f509.tar.bz2 gentoo-2-be353720b8e513d2cacc0a8e81fc1b4d9dd8f509.zip |
wont work on hppa
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-5.3.90.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-5.3.90.ebuild b/sys-devel/gdb/gdb-5.3.90.ebuild index ede91d4292f3..69e988557409 100644 --- a/sys-devel/gdb/gdb-5.3.90.ebuild +++ b/sys-devel/gdb/gdb-5.3.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.90.ebuild,v 1.5 2003/10/18 21:34:47 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.90.ebuild,v 1.6 2003/11/07 16:44:55 vapier Exp $ IUSE="nls objc" @@ -26,7 +26,7 @@ fi LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa amd64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~alpha -hppa amd64 ~mips" DEPEND=">=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext )" |