Summary: | media-libs/mesa: Drop multilib requirement on wayland-scanner | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jospezial <jospezial> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | julien.dlq, k2k, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
jospezial
2021-12-10 14:38:15 UTC
Yeah, I mentioned this to Matt last night but was too tired to go around revbumping all the consumers. Just did a quick grep of the tree dev-libs/wayland/wayland-1.19.0.ebuild: ~dev-util/wayland-scanner-${PV}[$MULTILIB_USEDEP] media-libs/mesa/mesa-9999.ebuild: wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) media-libs/mesa/mesa-21.3.1.ebuild: wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) media-libs/mesa/mesa-21.2.6.ebuild: wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) media-libs/mesa/mesa-21.2.5.ebuild: wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) media-libs/mesa/mesa-21.3.0.ebuild: wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) x11-libs/libva/libva-2.13.0-r1.ebuild: dev-util/wayland-scanner[${MULTILIB_USEDEP}] x11-libs/libva/libva-9999.ebuild: dev-util/wayland-scanner[${MULTILIB_USEDEP}] Is somebody already working on this? The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5050e185f4c3c35ce0ff57d0a34d46a95cfd5e8 commit a5050e185f4c3c35ce0ff57d0a34d46a95cfd5e8 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-12-10 22:59:21 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-12-10 22:59:42 +0000 x11-libs/libva: revbump for dropping wayland-scanner multilib While we could avoid doing this, it avoids the need for backtracking on upgrades. Closes: https://bugs.gentoo.org/828799 Signed-off-by: Sam James <sam@gentoo.org> x11-libs/libva/libva-2.13.0-r2.ebuild | 87 +++++++++++++++++++++++++++++++++++ x11-libs/libva/libva-9999.ebuild | 2 +- 2 files changed, 88 insertions(+), 1 deletion(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73f161501c38d928f35610fc41baae31538ea7e commit b73f161501c38d928f35610fc41baae31538ea7e Author: Sam James <sam@gentoo.org> AuthorDate: 2021-12-10 22:58:26 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-12-10 22:59:41 +0000 media-libs/mesa: revbump for dropping wayland-scanner multilib While we could avoid doing this, it avoids the need for backtracking on upgrades. Closes: https://bugs.gentoo.org/828799 Signed-off-by: Sam James <sam@gentoo.org> media-libs/mesa/{mesa-21.3.1.ebuild => mesa-21.3.1-r1.ebuild} | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) dev-util/wayland-scanner was added as unconditional BDEPEND for x11-libs/libva. Shouldn't it be "wayland? ( dev-util/wayland-scanner )"? |