Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679682 - app-editors/vim should not depend on dev-util/ctags
Summary: app-editors/vim should not depend on dev-util/ctags
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:
 
Reported: 2019-03-07 14:36 UTC by B.D.
Modified: 2019-04-12 06:16 UTC (History)
1 user (show)

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


Attachments
emerge --info output (emergeInfo,15.98 KB, text/plain)
2019-03-07 14:36 UTC, B.D.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description B.D. 2019-03-07 14:36:47 UTC
Created attachment 568084 [details]
emerge --info output

Absence of the “minimal” USE flag currently implies a dev-util/ctags dependency, yet the ctags package is unnecessary, independent of vim, and has no effect on vim's build process.  Meanwhile, specifying “minimal” guts a great deal of vim's functionality and overrides the very USE flags that would enable specifying said functionality manually.

Removal of the dev-util/ctags dependency would retain current capabilities while adding the additional capability of not installing ctags with a non-minimal vim installation.  Please consider.  Thank you.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-12 06:16:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc730e0b10f80c1411b41005a0aaefee9bb8a7b

commit 0fc730e0b10f80c1411b41005a0aaefee9bb8a7b
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2019-04-12 05:54:46 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2019-04-12 06:10:32 +0000

    app-editors/vim: version bump to 8.1.1155
    
    Force -minimal when vim-pager support is enabled.
    Closes: https://bugs.gentoo.org/682944
    
    Drop ctags dep.
    Closes: https://bugs.gentoo.org/679682
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 app-editors/vim/Manifest            |   1 +
 app-editors/vim/vim-8.1.1155.ebuild | 320 ++++++++++++++++++++++++++++++++++++
 app-editors/vim/vim-9999.ebuild     |  11 +-
 3 files changed, 326 insertions(+), 6 deletions(-)