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 BCCAA15806E for ; Mon, 22 May 2023 19:36:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05E3CE0AB4; Mon, 22 May 2023 19:36:48 +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 D800AE0AB4 for ; Mon, 22 May 2023 19:36:47 +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 B4E0F33D3CF for ; Mon, 22 May 2023 19:36:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB93AA67 for ; Mon, 22 May 2023 19:36:44 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1684784192.03d77a43edc182b9774a7e01dcc9ea2860738b79.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/weston-12.0.0.ebuild dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 03d77a43edc182b9774a7e01dcc9ea2860738b79 X-VCS-Branch: master Date: Mon, 22 May 2023 19:36:44 +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: 7ba8980b-61e7-41e4-b8bc-a7e9c2fb4ea6 X-Archives-Hash: b9f382dffd24b271d23dbde8d3a8a0e9 commit: 03d77a43edc182b9774a7e01dcc9ea2860738b79 Author: Eric Tilton protonmail com> AuthorDate: Sun May 21 22:58:48 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon May 22 19:36:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d77a43 dev-libs/weston: add x11-libs/xcb-utils-cursor as dependency for xwayland use. Closes: https://bugs.gentoo.org/906909 Signed-off-by: Eric Tilton protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/31120 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/weston-12.0.0.ebuild | 1 + dev-libs/weston/weston-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/weston/weston-12.0.0.ebuild b/dev-libs/weston/weston-12.0.0.ebuild index bcfc2d1b02f1..684694b47195 100644 --- a/dev-libs/weston/weston-12.0.0.ebuild +++ b/dev-libs/weston/weston-12.0.0.ebuild @@ -80,6 +80,7 @@ RDEPEND=" x11-libs/cairo[X,xcb(+)] >=x11-libs/libxcb-1.9 x11-libs/libXcursor + >=x11-libs/xcb-util-cursor-0.1.4 ) " DEPEND="${RDEPEND} diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index ed1d06f4586b..3c346567c682 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -80,6 +80,7 @@ RDEPEND=" x11-libs/cairo[X,xcb(+)] >=x11-libs/libxcb-1.9 x11-libs/libXcursor + >=x11-libs/xcb-util-cursor-0.1.4 ) " DEPEND="${RDEPEND}