diff options
author | 2004-06-06 00:17:45 +0000 | |
---|---|---|
committer | 2004-06-06 00:17:45 +0000 | |
commit | 458515c4d78e9640108cef5e845117c67c446118 (patch) | |
tree | d95b3f70946bb3c20cd3f95b9e972d66ad7c3551 /sys-devel | |
parent | x86 keyword (diff) | |
download | historical-458515c4d78e9640108cef5e845117c67c446118.tar.gz historical-458515c4d78e9640108cef5e845117c67c446118.tar.bz2 historical-458515c4d78e9640108cef5e845117c67c446118.zip |
hppa is broke with this one
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-5.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-5.3-r1.ebuild b/sys-devel/gdb/gdb-5.3-r1.ebuild index 3c0034f15a68..8af9910983c4 100644 --- a/sys-devel/gdb/gdb-5.3-r1.ebuild +++ b/sys-devel/gdb/gdb-5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r1.ebuild,v 1.4 2004/05/28 02:59:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3-r1.ebuild,v 1.5 2004/06/06 00:17:45 vapier Exp $ inherit flag-o-matic ccc eutils @@ -12,7 +12,7 @@ SRC_URI="http://mirrors.rcn.net/pub/sourceware/gdb/releases/${P}.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~hppa ~amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm -hppa ~amd64 ~ia64 s390" IUSE="nls objc" DEPEND=">=sys-libs/ncurses-5.2-r2 |