Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpress/
Date: Wed, 02 May 2018 21:59:43
Message-Id: 1525298368.5a5e8cd79d3b1577149e27bfb805798ff720aa9a.zlogene@gentoo
1 commit: 5a5e8cd79d3b1577149e27bfb805798ff720aa9a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 21:59:28 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 21:59:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5e8cd7
7
8 app-vim/vimpress: [QA] Drop dead python impl
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/vimpress/vimpress-2.1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/vimpress/vimpress-2.1.5.ebuild b/app-vim/vimpress/vimpress-2.1.5.ebuild
16 index 8d9f9bb237e..179ad0ebfd0 100644
17 --- a/app-vim/vimpress/vimpress-2.1.5.ebuild
18 +++ b/app-vim/vimpress/vimpress-2.1.5.ebuild
19 @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86"
20 IUSE=""
21
22 RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
23 - || ( dev-lang/python:2.7 dev-lang/python:2.6 )
24 + dev-lang/python:2.7
25 dev-python/markdown"
26
27 VIM_PLUGIN_HELPFILES="${PN}.txt"