summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gdb/gdb-5.1.ebuild')
-rw-r--r--sys-devel/gdb/gdb-5.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/gdb/gdb-5.1.ebuild b/sys-devel/gdb/gdb-5.1.ebuild
index 0ba59ee70c59..313ebfa96fd9 100644
--- a/sys-devel/gdb/gdb-5.1.ebuild
+++ b/sys-devel/gdb/gdb-5.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Tools Team <tools@gentoo.org>
# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.ebuild,v 1.2 2002/07/09 20:13:55 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.1.ebuild,v 1.3 2002/07/10 13:45:38 aliz Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -11,6 +11,8 @@ HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html"
SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A}
ftp://ftp.freesoftware.com/pub/sourceware/gdb/releases/${A}"
LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="x86"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.2-r2