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 0DD89158041 for ; Wed, 10 Apr 2024 16:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 542FB2BC013; Wed, 10 Apr 2024 16:53:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33F2C2BC013 for ; Wed, 10 Apr 2024 16:53:06 +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 6AA52343265 for ; Wed, 10 Apr 2024 16:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0437A16AD for ; Wed, 10 Apr 2024 16:53:04 +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: <1712767980.4a3ed6c65660a0da9ebdb51e070ea0213abe5cba.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-server/xorg-server-9999.ebuild X-VCS-Directories: x11-base/xorg-server/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4a3ed6c65660a0da9ebdb51e070ea0213abe5cba X-VCS-Branch: master Date: Wed, 10 Apr 2024 16:53:04 +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: 93b8831c-5de5-41f9-b5b7-96713098b0bb X-Archives-Hash: 3056b91f7a3dc5be48100dcb9c34d9a6 commit: 4a3ed6c65660a0da9ebdb51e070ea0213abe5cba Author: Marco Sirabella sirabella org> AuthorDate: Wed Apr 10 14:44:51 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 10 16:53:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3ed6c6 x11-base/xorg-server: Raise xorg-proto requirement to 2024.1 Upstream commit ac0bc0b3b ("Present: add PresentCapabilitySyncobj and PresentPixmapSynced") raised the requirement. Closes: https://github.com/gentoo/gentoo/pull/36195 Signed-off-by: Marco Sirabella sirabella.org> Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-server/xorg-server-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index 6cff794746b4..61e6018a1dfd 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -72,7 +72,7 @@ CDEPEND=" !!x11-drivers/nvidia-drivers[-libglvnd(+)] " DEPEND="${CDEPEND} - >=x11-base/xorg-proto-2021.4.99.2 + >=x11-base/xorg-proto-2024.1 >=x11-libs/xtrans-1.3.5 media-fonts/font-util test? ( >=x11-libs/libxcvt-0.1.0 )