commit: b73f161501c38d928f35610fc41baae31538ea7e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 10 22:58:26 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 10 22:59:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73f1615
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 <AT> 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(-) diff --git a/media-libs/mesa/mesa-21.3.1.ebuild b/media-libs/mesa/mesa-21.3.1-r1.ebuild similarity index 99% rename from media-libs/mesa/mesa-21.3.1.ebuild rename to media-libs/mesa/mesa-21.3.1-r1.ebuild index 47b93133f0dc..4fb71e92fcad 100644 --- a/media-libs/mesa/mesa-21.3.1.ebuild +++ b/media-libs/mesa/mesa-21.3.1-r1.ebuild @@ -221,7 +221,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}" 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}"
