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 | |
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')
-rw-r--r-- | app-shells/bash/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p25.ebuild | 7 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p33.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index dd39cd37e8ad..a9dcc084d7fb 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.165 2008/01/02 14:10:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.166 2008/01/02 16:36:27 spb Exp $ + + 02 Jan 2008; Stephen Bennett <spb@gentoo.org> bash-3.2_p25.ebuild, + bash-3.2_p33.ebuild: + Block paludis versions that don't work with new bash releases *bash-3.2_p33 (02 Jan 2008) 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} diff --git a/app-shells/bash/bash-3.2_p33.ebuild b/app-shells/bash/bash-3.2_p33.ebuild index e527a109ca70..2b1a5554789b 100644 --- a/app-shells/bash/bash-3.2_p33.ebuild +++ b/app-shells/bash/bash-3.2_p33.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_p33.ebuild,v 1.1 2008/01/02 14:10:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild,v 1.2 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} |