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 54340158010 for ; Mon, 16 Jan 2023 18:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22435E085E; Mon, 16 Jan 2023 18:58:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0BE40E085E for ; Mon, 16 Jan 2023 18:58:16 +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 28C69340E00 for ; Mon, 16 Jan 2023 18:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 876DD7F4 for ; Mon, 16 Jan 2023 18:58:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1673892500.7d4c249360c6703d111a927f902526ceda92f5d6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d4c249360c6703d111a927f902526ceda92f5d6 X-VCS-Branch: master Date: Mon, 16 Jan 2023 18:58:12 +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: ca20209f-955b-40a3-af2b-b1faf66be829 X-Archives-Hash: 02599582c2bc464a9c1737d9e3a398b1 commit: 7d4c249360c6703d111a927f902526ceda92f5d6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 16 18:08:20 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 16 18:08:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d4c2493 kde-plasma/kwin: Adjust minimum media-libs/mesa version to 21.3 Upstream commit a5081498826384ea9e3a9e97118356b599cd3047 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kwin/kwin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild index e289fbebfa..b5a689857a 100644 --- a/kde-plasma/kwin/kwin-9999.ebuild +++ b/kde-plasma/kwin/kwin-9999.ebuild @@ -59,7 +59,7 @@ COMMON_DEPEND=" media-libs/lcms:2 media-libs/libepoxy media-libs/libglvnd - >=media-libs/mesa-21.1[egl(+),gbm(+),wayland,X] + >=media-libs/mesa-21.3[egl(+),gbm(+),wayland,X] virtual/libudev:= x11-libs/libX11 x11-libs/libXi