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

Bug 924670

Summary: app-editors/vim: USE=X has a missing dependency on xorg-proto
Product: Gentoo Linux Reporter: schneckus
Component: Current packagesAssignee: Oskari Pirhonen <xxc3ncoredxx>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, proxy-maint, vim
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35369
Whiteboard:
Package list:
Runtime testing required: ---

Description schneckus 2024-02-15 18:32:39 UTC
app-editors/vim[X] misses x11-base/xorg-proto dependency. Without this, the build will fail because of missing headers. The X useflag is also useful for clipboard support in pure Wayland environments where this dependency is not present.
Comment 1 Larry the Git Cow gentoo-dev 2024-02-16 07:51:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365140942b1444ec22f4d324404c47b05af99996

commit 365140942b1444ec22f4d324404c47b05af99996
Author:     Oskari Pirhonen <xxc3ncoredxx@gmail.com>
AuthorDate: 2024-02-16 05:11:50 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-16 07:51:25 +0000

    app-editors/vim: add missing xorg-proto dep
    
    Add a dependency on x11-base/xorg-proto when building with USE=X.
    
    Closes: https://bugs.gentoo.org/924670
    Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35369
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-editors/vim/vim-9.0.2167.ebuild | 4 +++-
 app-editors/vim/vim-9999.ebuild     | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)