diff options
Diffstat (limited to 'app-shells/bash/bash-3.2_p25.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.2_p25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-3.2_p25.ebuild b/app-shells/bash/bash-3.2_p25.ebuild index 028f6532da1d..ce0baa261922 100644 --- a/app-shells/bash/bash-3.2_p25.ebuild +++ b/app-shells/bash/bash-3.2_p25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.5 2008/01/02 16:36:27 spb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.6 2008/01/02 16:42:24 spb Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -36,7 +36,7 @@ IUSE="afs bashlogger nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2" RDEPEND="${DEPEND} !<sys-apps/portage-2.1.4_rc1 - !<sys-apps/paludis-0.26_alpha5" + !<sys-apps/paludis-0.26.0_alpha5" S=${WORKDIR}/${MY_P} |