diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-20 22:02:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-27 17:19:18 +0200 |
commit | f86b5c0bf72ec0bb779a3cb90c5db4a84b3bceb2 (patch) | |
tree | 50b7f0c930477e709cb571d42cd953fd8a74bca7 /app-vim/editorconfig-vim | |
parent | app-editors/gvim: Convert to python-single-r1, #615832 (diff) | |
download | gentoo-f86b5c0bf72ec0bb779a3cb90c5db4a84b3bceb2.tar.gz gentoo-f86b5c0bf72ec0bb779a3cb90c5db4a84b3bceb2.tar.bz2 gentoo-f86b5c0bf72ec0bb779a3cb90c5db4a84b3bceb2.zip |
app-vim/editorconfig-vim: Convert to python-single-r1, #615832
Diffstat (limited to 'app-vim/editorconfig-vim')
-rw-r--r-- | app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild index 44e5e9b68b3c..af1907546c70 100644 --- a/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild +++ b/app-vim/editorconfig-vim/editorconfig-vim-0.3.3-r2.ebuild @@ -4,8 +4,7 @@ EAPI=6 PYTHON_COMPAT=(python2_7 python3_4 python3_5 python3_6) - -inherit python-r1 vim-plugin +inherit python-single-r1 vim-plugin DESCRIPTION="vim plugin: Support EditorConfig files " HOMEPAGE="http://editorconfig.org/" |