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 C860D15808B for ; Mon, 28 Mar 2022 23:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A38B7E0794; Mon, 28 Mar 2022 23:24:31 +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 22FFCE0794 for ; Mon, 28 Mar 2022 23:24:31 +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 0C280341434 for ; Mon, 28 Mar 2022 23:24:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31F40287 for ; Mon, 28 Mar 2022 23:24:28 +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: <1648509859.0988b2782f579359a4759a02e9c1a0e4a14965df.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-21.1.4.ebuild x11-base/xwayland/xwayland-22.1.0.ebuild X-VCS-Directories: x11-base/xwayland/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0988b2782f579359a4759a02e9c1a0e4a14965df X-VCS-Branch: master Date: Mon, 28 Mar 2022 23:24:28 +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: db017cc4-319d-4796-b6c5-a4bb5426b4b3 X-Archives-Hash: b9bff13b662407d44cc2bcc083ca094b commit: 0988b2782f579359a4759a02e9c1a0e4a14965df Author: Daniel Santos pobox com> AuthorDate: Sun Mar 27 20:15:27 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 28 23:24:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0988b278 x11-base/xwayland: Raise dependency on dev-libs/wayland Xwayland calls wl_proxy_marshal_flags() which was added in wayland-1.20. Closes: https://bugs.gentoo.org/832762 Signed-off-by: Daniel Santos pobox.com> Signed-off-by: Matt Turner gentoo.org> x11-base/xwayland/xwayland-21.1.4.ebuild | 2 +- x11-base/xwayland/xwayland-22.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xwayland/xwayland-21.1.4.ebuild b/x11-base/xwayland/xwayland-21.1.4.ebuild index 1a68db1c9a96..3f95543af791 100644 --- a/x11-base/xwayland/xwayland-21.1.4.ebuild +++ b/x11-base/xwayland/xwayland-21.1.4.ebuild @@ -20,7 +20,7 @@ DEPEND=" dev-libs/libbsd >=x11-libs/libXfont2-2.0.1 dev-libs/openssl:= - dev-libs/wayland + >=dev-libs/wayland-1.20 video_cards_nvidia? ( gui-libs/egl-wayland ) >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libdrm-2.4.89 diff --git a/x11-base/xwayland/xwayland-22.1.0.ebuild b/x11-base/xwayland/xwayland-22.1.0.ebuild index 54ef1745e2ba..242b2daef28f 100644 --- a/x11-base/xwayland/xwayland-22.1.0.ebuild +++ b/x11-base/xwayland/xwayland-22.1.0.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ COMMON_DEPEND=" dev-libs/libbsd dev-libs/openssl:= - >=dev-libs/wayland-1.5.0 + >=dev-libs/wayland-1.20 >=dev-libs/wayland-protocols-1.22 media-fonts/font-util >=media-libs/libepoxy-1.5.4[X,egl(+)]