summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-07 07:33:32 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-07 07:33:32 +0000
commit72220e1d7fa5fe3472bee6120da8a8fe7a3c43bf (patch)
treeefbffc7aec7ac18fdfd34d509d86bce3affd1996 /app-vim/vimcalc
parentx86 stable wrt bug #392577 (diff)
downloadgentoo-2-72220e1d7fa5fe3472bee6120da8a8fe7a3c43bf.tar.gz
gentoo-2-72220e1d7fa5fe3472bee6120da8a8fe7a3c43bf.tar.bz2
gentoo-2-72220e1d7fa5fe3472bee6120da8a8fe7a3c43bf.zip
Restrict to python-2* rdep.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/vimcalc')
-rw-r--r--app-vim/vimcalc/ChangeLog5
-rw-r--r--app-vim/vimcalc/vimcalc-1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/vimcalc/ChangeLog b/app-vim/vimcalc/ChangeLog
index 744e99b927e8..7a08bfef6df9 100644
--- a/app-vim/vimcalc/ChangeLog
+++ b/app-vim/vimcalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/vimcalc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/ChangeLog,v 1.1 2011/05/04 11:38:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/ChangeLog,v 1.2 2011/12/07 07:33:32 radhermit Exp $
+
+ 07 Dec 2011; Tim Harder <radhermit@gentoo.org> vimcalc-1.3.ebuild:
+ Restrict to python-2* rdep.
*vimcalc-1.3 (04 May 2011)
diff --git a/app-vim/vimcalc/vimcalc-1.3.ebuild b/app-vim/vimcalc/vimcalc-1.3.ebuild
index 682db4f65c31..389d64bd0386 100644
--- a/app-vim/vimcalc/vimcalc-1.3.ebuild
+++ b/app-vim/vimcalc/vimcalc-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/vimcalc-1.3.ebuild,v 1.1 2011/05/04 11:38:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/vimcalc-1.3.ebuild,v 1.2 2011/12/07 07:33:32 radhermit Exp $
EAPI="4"
@@ -17,7 +17,7 @@ VIM_PLUGIN_HELPFILES="vimcalc"
DEPEND="app-arch/unzip"
RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- dev-lang/python"
+ =dev-lang/python-2*"
S="${WORKDIR}/${PN}-v${PV}"