From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1472168-garchives=archives.gentoo.org@lists.gentoo.org> 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 0DBB015800C for <garchives@archives.gentoo.org>; Wed, 28 Dec 2022 12:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B2A4E085A; Wed, 28 Dec 2022 12:42:53 +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 0FA86E085A for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2022 12:42:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41FDA341055 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2022 12:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60E9672B for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2022 12:42:48 +0000 (UTC) From: "Zhang Zheng" <zhangzheng.dylan@foxmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zhang Zheng" <zhangzheng.dylan@foxmail.com> Message-ID: <1672231318.57f458cbb7f3c2f2dfdd13e7d536275c84d40b37.zhangzheng.dylan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ddnet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ddnet/ddnet-16.6.ebuild games-action/ddnet/ddnet-9999.ebuild X-VCS-Directories: games-action/ddnet/ X-VCS-Committer: zhangzheng.dylan X-VCS-Committer-Name: Zhang Zheng X-VCS-Revision: 57f458cbb7f3c2f2dfdd13e7d536275c84d40b37 X-VCS-Branch: dev Date: Wed, 28 Dec 2022 12:42:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a2393fd-d2b7-4f89-8d63-c808bce53bd9 X-Archives-Hash: aa12c8cafc61442913dec584be427f29 commit: 57f458cbb7f3c2f2dfdd13e7d536275c84d40b37 Author: Big Pineapple <zhangzheng.dylan <AT> foxmail <DOT> com> AuthorDate: Wed Dec 28 12:41:58 2022 +0000 Commit: Zhang Zheng <zhangzheng.dylan <AT> foxmail <DOT> com> CommitDate: Wed Dec 28 12:41:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57f458cb games-action/ddnet: downgrade libX11 to 1.8.2 https://github.com/ddnet/ddnet/issues/6157 Signed-off-by: Big Pineapple <zhangzheng.dylan <AT> foxmail.com> games-action/ddnet/ddnet-16.6.ebuild | 1 + games-action/ddnet/ddnet-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-action/ddnet/ddnet-16.6.ebuild b/games-action/ddnet/ddnet-16.6.ebuild index 2257f3eaf..d0e6d0cc8 100644 --- a/games-action/ddnet/ddnet-16.6.ebuild +++ b/games-action/ddnet/ddnet-16.6.ebuild @@ -60,6 +60,7 @@ DEPEND=" websockets? ( net-libs/libwebsockets[client] ) x11-libs/gdk-pixbuf x11-libs/libnotify + <=x11-libs/libX11-1.8.2 " RDEPEND="${DEPEND}" BDEPEND=" diff --git a/games-action/ddnet/ddnet-9999.ebuild b/games-action/ddnet/ddnet-9999.ebuild index 0bd1bfd48..2f3dd8c1b 100644 --- a/games-action/ddnet/ddnet-9999.ebuild +++ b/games-action/ddnet/ddnet-9999.ebuild @@ -53,6 +53,7 @@ DEPEND=" websockets? ( net-libs/libwebsockets[client] ) x11-libs/gdk-pixbuf x11-libs/libnotify + <=x11-libs/libX11-1.8.2 " RDEPEND="${DEPEND}" BDEPEND="