diff options
author | Sam James <sam@gentoo.org> | 2021-12-10 22:58:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-10 22:59:41 +0000 |
commit | b73f161501c38d928f35610fc41baae31538ea7e (patch) | |
tree | a6efdeff655fa213faf134116b769af42e557d26 /media-libs/mesa/mesa-9999.ebuild | |
parent | dev-lang/go: 1.17.5 bump (diff) | |
download | gentoo-b73f161501c38d928f35610fc41baae31538ea7e.tar.gz gentoo-b73f161501c38d928f35610fc41baae31538ea7e.tar.bz2 gentoo-b73f161501c38d928f35610fc41baae31538ea7e.zip |
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>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index f5d8fe0c106d..35aa38434e1b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -194,7 +194,7 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") - wayland? ( dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) + wayland? ( dev-util/wayland-scanner ) " S="${WORKDIR}/${MY_P}" |