diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-05-09 01:06:47 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-05-09 01:06:47 +0000 |
commit | f37dbcac5309f11744aab22521f900f5acbce353 (patch) | |
tree | b6134a0f3052a0905d620584af48a48b87c74dbb /eclass | |
parent | Remove old versions. (diff) | |
download | gentoo-2-f37dbcac5309f11744aab22521f900f5acbce353.tar.gz gentoo-2-f37dbcac5309f11744aab22521f900f5acbce353.tar.bz2 gentoo-2-f37dbcac5309f11744aab22521f900f5acbce353.zip |
Vim's hatin' on python-2.5, See Bug #177716.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 2eb134adec2b..b225ae509127 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.163 2007/03/26 20:04:34 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.164 2007/05/09 01:06:47 pioto Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -58,11 +58,15 @@ if [[ "${MY_PN}" == "vim-core" ]] ; then IUSE="${IUSE} livecd" else IUSE="${IUSE} cscope gpm perl python ruby" + # python-2.5 block: Bug #177716 DEPEND="${DEPEND} cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) - python? ( dev-lang/python ) + python? ( + dev-lang/python + !>=dev-lang/python-2.5 + ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( virtual/ruby )" RDEPEND="${RDEPEND} |