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 1FE68158086 for ; Sun, 31 Oct 2021 00:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D8D2E087A; Sun, 31 Oct 2021 00:19:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5131E087B for ; Sun, 31 Oct 2021 00:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAC8B34340D for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A3E41BC for ; Sun, 31 Oct 2021 00:19:46 +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: <1635639568.198b55f9dfd473822804ff6b7078f3a79c4b7da9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva-compat/libva-compat-1.8.3-r1.ebuild x11-libs/libva-compat/libva-compat-1.8.3.ebuild X-VCS-Directories: x11-libs/libva-compat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 198b55f9dfd473822804ff6b7078f3a79c4b7da9 X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:19:46 +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: 8125cbbd-282e-447f-b1a7-35058b9fd309 X-Archives-Hash: 2a76a85d9745d06af65fbbf74d422182 commit: 198b55f9dfd473822804ff6b7078f3a79c4b7da9 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:38:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198b55f9 x11-libs/libva-compat: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> .../{libva-compat-1.8.3.ebuild => libva-compat-1.8.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libva-compat/libva-compat-1.8.3.ebuild b/x11-libs/libva-compat/libva-compat-1.8.3-r1.ebuild similarity index 96% rename from x11-libs/libva-compat/libva-compat-1.8.3.ebuild rename to x11-libs/libva-compat/libva-compat-1.8.3-r1.ebuild index 31cdf24dbf5..1ad904ecd9e 100644 --- a/x11-libs/libva-compat/libva-compat-1.8.3.ebuild +++ b/x11-libs/libva-compat/libva-compat-1.8.3-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] ) - egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] ) + egl? ( >=media-libs/mesa-9.1.6[egl(+),${MULTILIB_USEDEP}] ) opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] ) !x11-libs/libva:0/0"