Skip to content

Commit

Permalink
app-vim/pyclewn: Drop unnecessary PYTHON_USEDEP on *vim
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 27, 2017
1 parent f86b5c0 commit 07a7ab8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -14,8 +14,8 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"

CDEPEND="|| (
>=app-editors/vim-7.3[${PYTHON_USEDEP}]
>=app-editors/gvim-7.3[netbeans,${PYTHON_USEDEP}]
>=app-editors/vim-7.3
>=app-editors/gvim-7.3[netbeans]
)"
DEPEND="${CDEPEND}
app-arch/vimball
Expand Down

0 comments on commit 07a7ab8

Please sign in to comment.