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 17C12158087 for ; Sat, 25 Dec 2021 04:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76FE5E0798; Sat, 25 Dec 2021 04:31:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 637DEE0798 for ; Sat, 25 Dec 2021 04:31:27 +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 00B4B3431E2 for ; Sat, 25 Dec 2021 04:31:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68DE8239 for ; Sat, 25 Dec 2021 04:31:24 +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: <1640406671.89984a22bb9cbb29bd8a2550331efd13d15e8d30.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 89984a22bb9cbb29bd8a2550331efd13d15e8d30 X-VCS-Branch: master Date: Sat, 25 Dec 2021 04:31:24 +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: 1ba9fecc-5ae1-45a5-9a3f-99e9a0bf9627 X-Archives-Hash: 5b7ec7a78e54b3e3d477f79acab64d21 commit: 89984a22bb9cbb29bd8a2550331efd13d15e8d30 Author: Matthew Thode gentoo org> AuthorDate: Sat Dec 25 04:31:11 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Dec 25 04:31:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89984a22 gui-wm/sway: 9999 bump deps for 1.7.0 prep Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode gentoo.org> gui-wm/sway/sway-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 799f71a6a9dc..966fdddfa29c 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -27,7 +27,7 @@ DEPEND=" >=dev-libs/libinput-1.6.0:0= sys-auth/seatd:= dev-libs/libpcre - dev-libs/wayland + >=dev-libs/wayland-1.20.0 x11-libs/cairo x11-libs/libxkbcommon x11-libs/pango @@ -53,8 +53,8 @@ RDEPEND=" ${DEPEND} " BDEPEND=" - >=dev-libs/wayland-protocols-1.14 - >=dev-util/meson-0.59.0 + >=dev-libs/wayland-protocols-1.24 + >=dev-util/meson-0.60.0 virtual/pkgconfig " if [[ ${PV} == 9999 ]]; then