summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Brindle <method@gentoo.org>2003-01-31 16:17:10 +0000
committerJoshua Brindle <method@gentoo.org>2003-01-31 16:17:10 +0000
commitfd3cc8b4bd62c3297707b60342ce8ea33fea7b1f (patch)
treebd5e9ef9da6d9cc8b0f68be0e180666d8a75ca08 /sys-devel
parentSyntax error corrected in description. (diff)
downloadgentoo-2-fd3cc8b4bd62c3297707b60342ce8ea33fea7b1f.tar.gz
gentoo-2-fd3cc8b4bd62c3297707b60342ce8ea33fea7b1f.tar.bz2
gentoo-2-fd3cc8b4bd62c3297707b60342ce8ea33fea7b1f.zip
changed gdb-5.1 to -sparc
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gdb/ChangeLog5
-rw-r--r--sys-devel/gdb/gdb-5.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog
index 1f11bc807a2c..f2e7f05a6e50 100644
--- a/sys-devel/gdb/ChangeLog
+++ b/sys-devel/gdb/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for sys-devel/gdb
# Copyright 2002 Gentoo Technologies, Inc. Distributed under the GPL, v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.15 2003/01/23 03:37:36 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.16 2003/01/31 16:17:10 method Exp $
*gdb-5.3 (21 Dec 2002)
+
+ 31 Jan 2003; Joshua Brindle <method@gentoo.org> gdb-5.3.ebuild :
+ This does not compile on sparc, changing to -sparc
22 Jan 2003; Jason Wever <weeve@gentoo.org> gdb-5.3.ebuild :
Changed sparc keyword back to ~sparc as bug 12866 is not yet resolved.
diff --git a/sys-devel/gdb/gdb-5.3.ebuild b/sys-devel/gdb/gdb-5.3.ebuild
index 366e58b3bf6f..97b5587d5cbc 100644
--- a/sys-devel/gdb/gdb-5.3.ebuild
+++ b/sys-devel/gdb/gdb-5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.ebuild,v 1.4 2003/01/23 03:37:36 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.3.ebuild,v 1.5 2003/01/31 16:17:10 method Exp $
IUSE="nls"
@@ -11,7 +11,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"
+KEYWORDS="x86 ppc -sparc alpha"
DEPEND=">=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext )"