diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-28 05:24:13 +0000 |
commit | 8ed32e6bf344c307316970f423c63b17604b0161 (patch) | |
tree | 903729d776fdd8e9151364e6f7be0a9abefd351c /sys-devel/gdb | |
parent | Added DarcNES a multi-system emulator (diff) | |
download | gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2 gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip |
Dependencie fixes
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/gdb-5.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gdb/gdb-5.0-r2.ebuild b/sys-devel/gdb/gdb-5.0-r2.ebuild index cf8926283849..499dea397d82 100644 --- a/sys-devel/gdb/gdb-5.0-r2.ebuild +++ b/sys-devel/gdb/gdb-5.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r2.ebuild,v 1.6 2001/05/16 14:16:48 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r2.ebuild,v 1.7 2001/05/28 05:24:13 achim Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -9,10 +9,10 @@ DESCRIPTION="GNU debugger" SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A} ftp://ftp.freesoftware.com/pub/sourceware/gdb/releases/${A}" -DEPEND=">=sys-libs/ncurses-5.2-r2 +DEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext )" -RDEPEND=">=sys-libs/ncurses-5.2-r2" +RDEPEND="virtual/glibc >=sys-libs/ncurses-5.2-r2" HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html" |