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 D68E2138350 for ; Sat, 11 Jan 2020 20:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21C69E0A7D; Sat, 11 Jan 2020 20:02:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 046C9E0A7D for ; Sat, 11 Jan 2020 20:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1442234DF56 for ; Sat, 11 Jan 2020 20:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7CB96 for ; Sat, 11 Jan 2020 20:02:17 +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: <1578772934.809a164cca0da035afef5a4397b31f8894ccbed5.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: 809a164cca0da035afef5a4397b31f8894ccbed5 X-VCS-Branch: master Date: Sat, 11 Jan 2020 20:02:17 +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: f1b91e22-d012-431c-a559-9782f279c247 X-Archives-Hash: 0c7b7de726d7a15887e18c2f6dc74cbc commit: 809a164cca0da035afef5a4397b31f8894ccbed5 Author: Matthew Thode gentoo org> AuthorDate: Sat Jan 11 20:01:54 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Jan 11 20:02:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809a164c gui-wm/sway: update sway-9999 dependencies for 1.3 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> gui-wm/sway/sway-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index e4d011fc206..f8f9789c4d0 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,6 +33,7 @@ DEPEND=" x11-libs/libxkbcommon x11-libs/pango x11-libs/pixman + media-libs/mesa[gles2] elogind? ( >=sys-auth/elogind-239 ) swaybar? ( x11-libs/gdk-pixbuf:2 ) swaybg? ( gui-apps/swaybg ) @@ -44,7 +45,8 @@ DEPEND=" if [[ ${PV} == 9999 ]]; then DEPEND+="~gui-libs/wlroots-9999:=[elogind=,systemd=,X=]" else - DEPEND+=">=gui-libs/wlroots-0.7.0:=[elogind=,systemd=,X=]" + DEPEND+=">=gui-libs/wlroots-0.9.0:=[elogind=,systemd=,X=]" + DEPEND+="