Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682944 - app-editors/vim-9999: DEPEND: Invalid atom (!minimal)
Summary: app-editors/vim-9999: DEPEND: Invalid atom (!minimal)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-09 15:12 UTC by Yutao Yuan
Modified: 2019-04-12 06:16 UTC (History)
1 user (show)

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 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(-)