diff options
Diffstat (limited to 'app-shells/bash/bash-3.0-r5.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.0-r5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/bash/bash-3.0-r5.ebuild b/app-shells/bash/bash-3.0-r5.ebuild index 926cd4b4a2a3..e64dd1ff1562 100644 --- a/app-shells/bash/bash-3.0-r5.ebuild +++ b/app-shells/bash/bash-3.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r5.ebuild,v 1.1 2004/08/18 16:39:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r5.ebuild,v 1.2 2004/08/19 22:08:00 vapier Exp $ inherit eutils flag-o-matic gnuconfig @@ -19,7 +19,9 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~sparc" IUSE="nls build uclibc" +# we link statically with ncurses DEPEND=">=sys-libs/ncurses-5.2-r2" +RDEPEND="" src_unpack() { unpack ${P}.tar.gz |