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 2DB31158004 for ; Sun, 21 Apr 2024 20:59:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75830E29C1; Sun, 21 Apr 2024 20:59:19 +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 595F5E29C1 for ; Sun, 21 Apr 2024 20:59:19 +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 7363E34346F for ; Sun, 21 Apr 2024 20:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1173715A7 for ; Sun, 21 Apr 2024 20:59:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1713733135.594d798655430e8423012365103626cd08da9e3e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xwayland/xwayland-9999.ebuild X-VCS-Directories: x11-base/xwayland/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 594d798655430e8423012365103626cd08da9e3e X-VCS-Branch: master Date: Sun, 21 Apr 2024 20:59:17 +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: f6d49169-12a2-4410-8b9f-a6dedcbffeb1 X-Archives-Hash: a830fcc1c24041ff664ea905c98260eb commit: 594d798655430e8423012365103626cd08da9e3e Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 20:58:55 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 20:58:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594d7986 x11-base/xwayland: Raise xorg-proto requirement to 2024.1 Upstream commit ac0bc0b3b ("Present: add PresentCapabilitySyncobj and PresentPixmapSynced") raised the requirement. Closes: https://bugs.gentoo.org/930120 Signed-off-by: Matt Turner gentoo.org> x11-base/xwayland/xwayland-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 0dd63fa74220..4c325088c840 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -45,7 +45,7 @@ COMMON_DEPEND=" " DEPEND=" ${COMMON_DEPEND} - >=x11-base/xorg-proto-2023.2 + >=x11-base/xorg-proto-2024.1 >=x11-libs/xtrans-1.3.5 " RDEPEND="