diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-06-06 21:00:02 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-06-06 21:00:02 +0000 |
commit | 3f8c72a5fa018070c0f643e2004d574ac58ec945 (patch) | |
tree | aa322e174a5983b77ce2352f0374ed3eedd43ac4 /sys-devel/gdb/gdb-6.1.ebuild | |
parent | Added --enable-altivec to econf if USE="altivec" (diff) | |
download | historical-3f8c72a5fa018070c0f643e2004d574ac58ec945.tar.gz historical-3f8c72a5fa018070c0f643e2004d574ac58ec945.tar.bz2 historical-3f8c72a5fa018070c0f643e2004d574ac58ec945.zip |
Update of the hppa patch to fix the inclusion of asm/offset[s].h
Diffstat (limited to 'sys-devel/gdb/gdb-6.1.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-6.1.ebuild b/sys-devel/gdb/gdb-6.1.ebuild index d693832dd52a..a80556b3ac5e 100644 --- a/sys-devel/gdb/gdb-6.1.ebuild +++ b/sys-devel/gdb/gdb-6.1.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-6.1.ebuild,v 1.3 2004/05/30 01:35:27 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.1.ebuild,v 1.4 2004/06/06 21:00:02 gmsoft Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://mirrors.rcn.net/pub/sourceware/gdb/releases/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~x86 ppc64" +KEYWORDS="~x86 ppc64 ~hppa" IUSE="nls" DEPEND=">=sys-libs/ncurses-5.2-r2 @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/gdb-6.1-ppc64-01.patch - epatch ${FILESDIR}/gdb-6.1-hppa.patch + epatch ${FILESDIR}/gdb-6.1-hppa-01.patch } src_compile() { |