leycec / raiagent

Third-party Gentoo overlay. Ride the Lagrangian point between awesomeness and volatile compounds.
32 stars 14 forks source link

Powerline has a dependancy on vim even if IUSE=-vim #3

Closed obfuscated closed 10 years ago

obfuscated commented 10 years ago

I don't have or want vim, but the new powerline ebuild tries to install it even when I've disabled the vim use flag. Could this be fixed?

leycec commented 10 years ago

I don't have or want vim, but the new powerline ebuild tries to install it even when I've disabled the vim use flag. Could this be fixed?

Absolutely. app-misc/powerline now conditionally depends on app-vim/powerline-python when the vim USE flag is enabled. To avoid package collisions on upgrade, I'm afraid you'll need to manually uninstall and reinstall powerline: e.g.,

emerge -C powerline && emerge powerline

Sorry about that, and thanks for the heads up.