summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-09 01:06:47 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-09 01:06:47 +0000
commitd7d264fb82f61464246e3d6c24e2da99cec615e0 (patch)
treef2c7067ba2feb4e8bfb5d971333ee0d409b30e8c
parentRemove old versions. (diff)
downloadhistorical-d7d264fb82f61464246e3d6c24e2da99cec615e0.tar.gz
historical-d7d264fb82f61464246e3d6c24e2da99cec615e0.tar.bz2
historical-d7d264fb82f61464246e3d6c24e2da99cec615e0.zip
Vim's hatin' on python-2.5, See Bug #177716.
-rw-r--r--eclass/vim.eclass8
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}