summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-05-28 16:29:29 +0000
committerTom Gall <tgall@gentoo.org>2004-05-28 16:29:29 +0000
commit9c99b1e8031f8f18788009eddab145e2c531e55b (patch)
treeb6ee846d89ffb84036f2342cc84f78eb365127b0 /sys-devel/gdb/gdb-6.1.ebuild
parentarm KEYWORDS (diff)
downloadhistorical-9c99b1e8031f8f18788009eddab145e2c531e55b.tar.gz
historical-9c99b1e8031f8f18788009eddab145e2c531e55b.tar.bz2
historical-9c99b1e8031f8f18788009eddab145e2c531e55b.zip
stable on ppc64 (plug small build fix)
Diffstat (limited to 'sys-devel/gdb/gdb-6.1.ebuild')
-rw-r--r--sys-devel/gdb/gdb-6.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-6.1.ebuild b/sys-devel/gdb/gdb-6.1.ebuild
index 7bea342a47d8..98f210eea80f 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.1 2004/04/06 14:15:49 cretin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.1.ebuild,v 1.2 2004/05/28 16:29:29 tgall 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"
+KEYWORDS="~x86 ppc64"
IUSE="nls"
DEPEND=">=sys-libs/ncurses-5.2-r2
@@ -18,6 +18,8 @@ DEPEND=">=sys-libs/ncurses-5.2-r2
src_unpack() {
unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/gdb-6.1-ppc64-01.patch
}
src_compile() {