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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0231E158086 for ; Mon, 11 Oct 2021 15:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56436E0857; Mon, 11 Oct 2021 15:24:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36E3AE0857 for ; Mon, 11 Oct 2021 15:24:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E348F34354B for ; Mon, 11 Oct 2021 15:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79CDDCA for ; Mon, 11 Oct 2021 15:24:27 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1633965862.c2d75ea30fd17f2b6c9da5a5d9060f1857d10535.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: c2d75ea30fd17f2b6c9da5a5d9060f1857d10535 X-VCS-Branch: master Date: Mon, 11 Oct 2021 15:24:27 +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: 994d7115-11f6-4605-b823-9a9d43f1c30f X-Archives-Hash: 7d610dca38f7e2d3b5660c6e0d12ebc6 commit: c2d75ea30fd17f2b6c9da5a5d9060f1857d10535 Author: Matthew Thode gentoo org> AuthorDate: Mon Oct 11 15:10:19 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Mon Oct 11 15:24:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d75ea3 gui-libs/wlroots: update deps on 9999 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew Thode gentoo.org> gui-libs/wlroots/wlroots-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index fb102820e42..468d72e78ea 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -24,7 +24,7 @@ IUSE="x11-backend X" DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.19.0 - >=dev-libs/wayland-protocols-1.22 + >=dev-libs/wayland-protocols-1.23 media-libs/mesa[egl,gles2,gbm] sys-auth/seatd:= virtual/libudev @@ -43,7 +43,7 @@ RDEPEND=" ${DEPEND} " BDEPEND=" - >=dev-libs/wayland-protocols-1.17 + >=dev-libs/wayland-protocols-1.23 >=dev-util/meson-0.58.1 virtual/pkgconfig " @@ -56,7 +56,6 @@ src_configure() { "-Dwerror=false" "-Drenderers=gles2" -Dxwayland=$(usex X enabled disabled) - -Dx11-backend=$(usex x11-backend enabled disabled) ) meson_src_configure