diff options
author | Stephen Bennett <spb@gentoo.org> | 2008-01-02 16:36:27 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2008-01-02 16:36:27 +0000 |
commit | 3ae53340fa3736bef18fff95e88d139f2f99c36a (patch) | |
tree | d551d8ffcaa2190afbfc14a965ad46142804dfbf /app-shells/bash/bash-3.2_p25.ebuild | |
parent | Marking aspell-fr-0.60 ~ppc64 for bug 204038 (diff) | |
download | gentoo-2-3ae53340fa3736bef18fff95e88d139f2f99c36a.tar.gz gentoo-2-3ae53340fa3736bef18fff95e88d139f2f99c36a.tar.bz2 gentoo-2-3ae53340fa3736bef18fff95e88d139f2f99c36a.zip |
Block paludis versions that don't work with new bash releases
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-shells/bash/bash-3.2_p25.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.2_p25.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/bash/bash-3.2_p25.ebuild b/app-shells/bash/bash-3.2_p25.ebuild index 2e13c8649304..028f6532da1d 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-2007 Gentoo Foundation +# 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.4 2007/12/27 20:00:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.5 2008/01/02 16:36:27 spb Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -35,7 +35,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="afs bashlogger nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2" -RDEPEND="${DEPEND} !<sys-apps/portage-2.1.4_rc1" +RDEPEND="${DEPEND} !<sys-apps/portage-2.1.4_rc1 + !<sys-apps/paludis-0.26_alpha5" S=${WORKDIR}/${MY_P} |