From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E471158086 for ; Fri, 10 Dec 2021 23:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD4E22BC012; Fri, 10 Dec 2021 23:00:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CBCC2BC012 for ; Fri, 10 Dec 2021 23:00:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBD11342AE8 for ; Fri, 10 Dec 2021 23:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 866FDA5 for ; Fri, 10 Dec 2021 23:00:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639177181.b73f161501c38d928f35610fc41baae31538ea7e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-21.3.1-r1.ebuild media-libs/mesa/mesa-21.3.1.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b73f161501c38d928f35610fc41baae31538ea7e X-VCS-Branch: master Date: Fri, 10 Dec 2021 23:00:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5015a93e-c7ce-4924-8083-11c6fc790b30 X-Archives-Hash: 1c4860da50eefd28539d7476ef1c42a5 commit: b73f161501c38d928f35610fc41baae31538ea7e Author: Sam James gentoo org> AuthorDate: Fri Dec 10 22:58:26 2021 +0000 Commit: Sam James gentoo 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 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}"