Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 682944

Summary: app-editors/vim-9999: DEPEND: Invalid atom (!minimal)
Product: Gentoo Linux Reporter: Yutao Yuan <infmagic2047reg>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: profunctor
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Yutao Yuan 2019-04-09 15:12:11 UTC
When trying to emerge vim-9999:

!!! All ebuilds that could satisfy "=app-editors/vim-9999" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-editors/vim-9999::gentoo (masked by: invalid: DEPEND: Invalid atom (!minimal), token 90, invalid: RDEPEND: Invalid atom (!minimal), token 90)

This is a mistake in the ebuild. The "vim-pager? ( !minimal )" line should be in REQUIRED_USE, not RDEPEND.
Comment 1 Larry the Git Cow gentoo-dev 2019-04-12 06:16:08 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(-)