Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 767880 - dev-libs/wayland: drop MULTILIB_USEDEP in BDEPEND
Summary: dev-libs/wayland: drop MULTILIB_USEDEP in BDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on: 762454
Blocks:
  Show dependency tree
 
Reported: 2021-01-29 18:00 UTC by David Michael
Modified: 2022-04-03 00:13 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 David Michael 2021-01-29 18:00:50 UTC
The wayland package needs a native wayland-scanner program installed by dev-util/wayland-scanner.  It declares this in BDEPEND with MULTILIB_USEDEP which can break cross-compiling to multilib-aware targets.

The wayland-scanner ebuild should be able to drop its multilib support and have MULTILIB_USEDEP removed from dev-libs/wayland's BDEPEND, but doing so would require the target libdir to match the BROOT libdir due to bug #762454.  When that bug is fixed, there should be no issue making wayland-scanner non-multilib.
Comment 1 Matt Turner gentoo-dev 2022-04-03 00:13:24 UTC
commit 82a94e161c7dbb7094a9f808075a92d3f1c22510
Author: Matt Turner <mattst88@gentoo.org>
Date:   Fri Dec 10 00:44:50 2021 -0500

    dev-libs/wayland: Drop multilib requirement on wayland-scanner
    
    Signed-off-by: Matt Turner <mattst88@gentoo.org>