powerline-python got renamed to powerline-vim

This commit is contained in:
ZyX 2014-09-21 16:02:52 +04:00
parent 0520526037
commit cd2703d7cc
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def create_ebuilds(version_string, overlay, user, **kwargs):
new_files = []
for category, pn in (
('app-misc', 'powerline'),
('app-vim', 'powerline-python'),
('app-vim', 'powerline-vim'),
):
pdir = os.path.join(overlay, category, pn)
v1_0 = os.path.join(pdir, '{0}-1.0.ebuild'.format(pn))