Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440414 - app-editors/vim-7.3.409: some elog messages should only be shown right after the relevant use flag is enabled.
Summary: app-editors/vim-7.3.409: some elog messages should only be shown right after ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 10:50 UTC by poletti.marco
Modified: 2014-01-25 21:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description poletti.marco 2012-10-31 10:50:25 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package app-editors/vim-7.3.409, the following elog messages are displayed:

 * The 'X' USE flag enables vim <-> X communication, like
 * updating the xterm titlebar. It does not install a GUI.
 * To install a GUI version of vim, use the app-editors/gvim
 * package.

Such messages should only be displayed when the package is a new install, or when the relevant USE flag is not enabled in the current installed version.
These situations can be checked in the ebuild as follows:

if use X && ! has_version 'app-editors/vim[X]'; then

See the tracker bug 440214 for more details.
Comment 1 Tim Harder gentoo-dev 2014-01-25 21:14:01 UTC
Fixed in current versions.