diff options
author | 2007-05-09 15:02:02 +0000 | |
---|---|---|
committer | 2007-05-09 15:02:02 +0000 | |
commit | 977b964199ba58691205035de4bc4ee3607056dc (patch) | |
tree | 0c883a50be937d9561bd9b2758b0707476a3ff7c /eclass/vim.eclass | |
parent | Add ~ia64 wrt #160813 (diff) | |
download | gentoo-2-977b964199ba58691205035de4bc4ee3607056dc.tar.gz gentoo-2-977b964199ba58691205035de4bc4ee3607056dc.tar.bz2 gentoo-2-977b964199ba58691205035de4bc4ee3607056dc.zip |
Remove python-2.5 block. Only a problem when python is built w/ USE="-threads".
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index b225ae509127..2624168322fb 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.164 2007/05/09 01:06:47 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.165 2007/05/09 15:02:02 pioto Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -58,15 +58,11 @@ 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 - !>=dev-lang/python-2.5 - ) + python? ( dev-lang/python ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( virtual/ruby )" RDEPEND="${RDEPEND} |